Searched refs:createPreprocessor (Results 1 – 6 of 6) sorted by relevance
66 Clang.createPreprocessor(TU_Complete); in createMissingComponents()
133 Clang->createPreprocessor(TU_Prefix); in createChainedIncludesSource()
820 CI.createPreprocessor(getTranslationUnitKind()); in BeginSourceFile()
445 void CompilerInstance::createPreprocessor(TranslationUnitKind TUKind) { in createPreprocessor() function in CompilerInstance
721 void createPreprocessor(TranslationUnitKind TUKind);
649 m_compiler->createPreprocessor(TU_Complete); in ClangExpressionParser()