Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendAction.cpp940 CI.hasPreprocessor()) { in Execute()
958 if (CI.hasPreprocessor()) in EndSourceFile()
1019 if (!CI.hasPreprocessor()) in ExecuteAction()
H A DCompilerInstance.cpp820 hasPreprocessor() ? &getPreprocessor().getHeaderSearchInfo() : nullptr, in InitializeSourceManager()
2056 hasPreprocessor()) { in loadGlobalModuleIndex()
H A DASTUnit.cpp1429 if (CI.hasPreprocessor()) in transferASTDataFromCompilerInstance()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h446 bool hasPreprocessor() const { return PP != nullptr; } in hasPreprocessor() function