Searched refs:createPreprocessor (Results 1 – 6 of 6) sorted by relevance
57 compiler.createPreprocessor(clang::TU_Prefix); in TEST()
588 void createPreprocessor(TranslationUnitKind TUKind);
155 Clang->createPreprocessor(TU_Prefix); in createChainedIncludesSource()
295 CI.createPreprocessor(getTranslationUnitKind()); in BeginSourceFile()
289 void CompilerInstance::createPreprocessor(TranslationUnitKind TUKind) { in createPreprocessor() function in CompilerInstance
345 m_compiler->createPreprocessor(); in ClangExpressionParser()