Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp65 if (!Clang.hasPreprocessor()) in createMissingComponents()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp836 assert(CI.hasPreprocessor() && in BeginSourceFile()
1083 CI.hasPreprocessor()) { in Execute()
1107 if (CI.hasPreprocessor()) in EndSourceFile()
1171 if (!CI.hasPreprocessor()) in ExecuteAction()
H A DCompilerInstance.cpp2282 hasPreprocessor()) { in loadGlobalModuleIndex()
H A DASTUnit.cpp1492 if (CI.hasPreprocessor()) in transferASTDataFromCompilerInstance()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp164 assert(CI.hasPreprocessor() && "No PP!"); in ExecuteAction()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h492 bool hasPreprocessor() const { return PP != nullptr; } in hasPreprocessor() function