Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DIncrementalParser.cpp80 assert(CI.hasPreprocessor() && "No PP!"); in ExecuteAction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp956 CI.hasPreprocessor()) { in Execute()
980 if (CI.hasPreprocessor()) in EndSourceFile()
1041 if (!CI.hasPreprocessor()) in ExecuteAction()
H A DCompilerInstance.cpp2102 hasPreprocessor()) { in loadGlobalModuleIndex()
H A DASTUnit.cpp1444 if (CI.hasPreprocessor()) in transferASTDataFromCompilerInstance()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h438 bool hasPreprocessor() const { return PP != nullptr; } in hasPreprocessor() function