Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp433 CI.hasPreprocessor()) { in Execute()
449 if (CI.hasPreprocessor()) in EndSourceFile()
509 if (!CI.hasPreprocessor()) in ExecuteAction()
H A DCompilerInstance.cpp1638 hasPreprocessor()) { in loadGlobalModuleIndex()
H A DASTUnit.cpp1663 if (CI.hasPreprocessor()) in transferASTDataFromCompilerInstance()
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h401 bool hasPreprocessor() const { return PP != nullptr; } in hasPreprocessor() function