Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DFrontendAction.cpp444 CI.hasPreprocessor()) { in Execute()
462 if (CI.hasPreprocessor()) in EndSourceFile()
521 if (!CI.hasPreprocessor()) in ExecuteAction()
DCompilerInstance.cpp1665 hasPreprocessor()) { in loadGlobalModuleIndex()
DASTUnit.cpp1664 if (CI.hasPreprocessor()) in transferASTDataFromCompilerInstance()
/external/clang/include/clang/Frontend/
DCompilerInstance.h430 bool hasPreprocessor() const { return PP != nullptr; } in hasPreprocessor() function