Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp984 assert(CI.hasPreprocessor() && in BeginSourceFile()
1226 CI.hasPreprocessor()) { in Execute()
1247 if (CI.hasPreprocessor()) in EndSourceFile()
1274 if (CI.hasPreprocessor()) { in EndSourceFile()
1320 if (!CI.hasPreprocessor()) in ExecuteAction()
H A DCompilerInstance.cpp2298 hasPreprocessor()) { in loadGlobalModuleIndex()
H A DASTUnit.cpp1492 if (CI.hasPreprocessor()) in transferASTDataFromCompilerInstance()
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp65 if (!Clang.hasPreprocessor()) in createMissingComponents()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h478 bool hasPreprocessor() const { return PP != nullptr; } in hasPreprocessor() function