Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/CodeGen/
H A DTestCompiler.h55 compiler.createPreprocessor(clang::TU_Prefix);
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dextract_interface.cc369 Clang->createPreprocessor(TU_Complete); in create_preprocessor()
376 Clang->createPreprocessor(); in create_preprocessor()
/llvm-project-15.0.7/clang/lib/Testing/
H A DTestAST.cpp64 Clang.createPreprocessor(TU_Complete); in createMissingComponents()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DChainedIncludesSource.cpp156 Clang->createPreprocessor(TU_Prefix); in createChainedIncludesSource()
H A DFrontendAction.cpp792 CI.createPreprocessor(getTranslationUnitKind()); in BeginSourceFile()
H A DCompilerInstance.cpp447 void CompilerInstance::createPreprocessor(TranslationUnitKind TUKind) { in createPreprocessor() function in CompilerInstance
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h645 void createPreprocessor(TranslationUnitKind TUKind);
/llvm-project-15.0.7/clang/tools/clang-import-test/
H A Dclang-import-test.cpp214 Ins->createPreprocessor(TU_Complete); in BuildCompilerInstance()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp675 m_compiler->createPreprocessor(TU_Complete); in ClangExpressionParser()