Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DFrontendAction.cpp418 CI.hasPreprocessor()) { in Execute()
455 if (CI.hasPreprocessor()) in EndSourceFile()
494 if (!CI.hasPreprocessor()) in ExecuteAction()
DCompilerInstance.cpp1529 hasPreprocessor()) { in loadGlobalModuleIndex()
DASTUnit.cpp1695 if (CI.hasPreprocessor()) in transferASTDataFromCompilerInstance()
/external/clang/include/clang/Frontend/
DCompilerInstance.h394 bool hasPreprocessor() const { return PP != nullptr; } in hasPreprocessor() function