Searched refs:createPreprocessor (Results 1 – 6 of 6) sorted by relevance
65 Clang.createPreprocessor(TU_Complete); in createMissingComponents()
133 Clang->createPreprocessor(TU_Prefix); in createChainedIncludesSource()
811 CI.createPreprocessor(getTranslationUnitKind()); in BeginSourceFile()
446 void CompilerInstance::createPreprocessor(TranslationUnitKind TUKind) { in createPreprocessor() function in CompilerInstance
679 void createPreprocessor(TranslationUnitKind TUKind);
646 m_compiler->createPreprocessor(TU_Complete); in ClangExpressionParser()