Searched refs:createPreprocessor (Results 1 – 9 of 9) sorted by relevance
55 compiler.createPreprocessor(clang::TU_Prefix);
369 Clang->createPreprocessor(TU_Complete); in create_preprocessor()376 Clang->createPreprocessor(); in create_preprocessor()
64 Clang.createPreprocessor(TU_Complete); in createMissingComponents()
156 Clang->createPreprocessor(TU_Prefix); in createChainedIncludesSource()
792 CI.createPreprocessor(getTranslationUnitKind()); in BeginSourceFile()
447 void CompilerInstance::createPreprocessor(TranslationUnitKind TUKind) { in createPreprocessor() function in CompilerInstance
645 void createPreprocessor(TranslationUnitKind TUKind);
214 Ins->createPreprocessor(TU_Complete); in BuildCompilerInstance()
675 m_compiler->createPreprocessor(TU_Complete); in ClangExpressionParser()