Searched refs:createPreprocessor (Results 1 – 5 of 5) sorted by relevance
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);
674 m_compiler->createPreprocessor(TU_Complete); in ClangExpressionParser()