#include "qtbc.h"#include <stdio.h>#include "define.h"Go to the source code of this file.
Functions | |
| DefineDict * | getFileDefineDict () |
| void | initPreprocessor () |
| void | cleanUpPreprocessor () |
| void | addSearchDir (const char *dir) |
| void | preprocessFile (const char *fileName, BufStr &output) |
| void | preFreeScanner () |
| void addSearchDir | ( | const char * | dir | ) |
Definition at line 6213 of file pre.cpp.
Referenced by checkConfiguration(), and initPreprocessor().
| void cleanUpPreprocessor | ( | ) |
| DefineDict* getFileDefineDict | ( | ) |
| void initPreprocessor | ( | ) |
| void preFreeScanner | ( | ) |
| void preprocessFile | ( | const char * | fileName, | |
| BufStr & | output | |||
| ) |
Definition at line 6240 of file pre.cpp.
References BEGIN, Config_getBool, Config_getList, BufStr::curPos(), BufStr::data(), Define::definition, err(), Debug::ExtCmd, getFileFilter(), Debug::isFlagSet(), Define::isPredefined, msg(), Define::name, Define::nargs, Define::nonRecursive, portable_pclose(), portable_popen(), preYYlex(), Debug::print(), QCString, and Start.
1.5.1