Searched refs:createPreprocessor (Results 1 – 9 of 9) sorted by relevance
373 Clang->createPreprocessor(TU_Complete); in create_preprocessor()380 Clang->createPreprocessor(); in create_preprocessor()
15 /* Define if CompilerInstance::createPreprocessor takes TranslationUnitKind */
20422 Clang->createPreprocessor(TU_Complete);
184 Clang->createPreprocessor(TU_Complete);186 [Define if CompilerInstance::createPreprocessor takes TranslationUnitKind])])
156 Clang->createPreprocessor(TU_Prefix); in createChainedIncludesSource()
759 CI.createPreprocessor(getTranslationUnitKind()); in BeginSourceFile()
445 void CompilerInstance::createPreprocessor(TranslationUnitKind TUKind) { in createPreprocessor() function in CompilerInstance
644 void createPreprocessor(TranslationUnitKind TUKind);
214 Ins->createPreprocessor(TU_Complete); in BuildCompilerInstance()