Home
last modified time | relevance | path

Searched defs:hasPCHSupport (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Frontend/
DFrontendActions.h145 bool hasPCHSupport() const override { return false; } in hasPCHSupport() function
238 bool hasPCHSupport() const override { return true; } in hasPCHSupport() function
DFrontendAction.h177 virtual bool hasPCHSupport() const { return !usesPreprocessorOnly(); } in hasPCHSupport() function
/external/clang/lib/Frontend/
DASTMerge.cpp103 bool ASTMergeAction::hasPCHSupport() const { in hasPCHSupport() function in ASTMergeAction
DFrontendAction.cpp598 bool WrapperFrontendAction::hasPCHSupport() const { in hasPCHSupport() function in WrapperFrontendAction