Home
last modified time | relevance | path

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

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