Home
last modified time | relevance | path

Searched refs:hasPreprocessor (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Frontend/
H A DCodeGenActionTest.cpp36 if (!CI.hasPreprocessor()) in ExecuteAction()
/llvm-project-15.0.7/clang/lib/Testing/
H A DTestAST.cpp63 if (!Clang.hasPreprocessor()) in createMissingComponents()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendAction.cpp808 assert(CI.hasPreprocessor() && in BeginSourceFile()
1042 CI.hasPreprocessor()) { in Execute()
1066 if (CI.hasPreprocessor()) in EndSourceFile()
1127 if (!CI.hasPreprocessor()) in ExecuteAction()
H A DCompilerInstance.cpp2206 hasPreprocessor()) { in loadGlobalModuleIndex()
H A DASTUnit.cpp1442 if (CI.hasPreprocessor()) in transferASTDataFromCompilerInstance()
/llvm-project-15.0.7/clang/lib/Interpreter/
H A DIncrementalParser.cpp86 assert(CI.hasPreprocessor() && "No PP!"); in ExecuteAction()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h439 bool hasPreprocessor() const { return PP != nullptr; } in hasPreprocessor() function