Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp66 Clang.createPreprocessor(TU_Complete); in createMissingComponents()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp133 Clang->createPreprocessor(TU_Prefix); in createChainedIncludesSource()
H A DFrontendAction.cpp820 CI.createPreprocessor(getTranslationUnitKind()); in BeginSourceFile()
H A DCompilerInstance.cpp445 void CompilerInstance::createPreprocessor(TranslationUnitKind TUKind) { in createPreprocessor() function in CompilerInstance
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h721 void createPreprocessor(TranslationUnitKind TUKind);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp649 m_compiler->createPreprocessor(TU_Complete); in ClangExpressionParser()