Home
last modified time | relevance | path

Searched refs:createPreprocessor (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Testing/
HDTestAST.cpp66 Clang.createPreprocessor(TU_Complete); in createMissingComponents()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDChainedIncludesSource.cpp133 Clang->createPreprocessor(TU_Prefix); in createChainedIncludesSource()
HDFrontendAction.cpp820 CI.createPreprocessor(getTranslationUnitKind()); in BeginSourceFile()
HDCompilerInstance.cpp445 void CompilerInstance::createPreprocessor(TranslationUnitKind TUKind) { in createPreprocessor() function in CompilerInstance
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDCompilerInstance.h721 void createPreprocessor(TranslationUnitKind TUKind);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangExpressionParser.cpp649 m_compiler->createPreprocessor(TU_Complete); in ClangExpressionParser()