Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DFrontendActions.h144 bool hasPCHSupport() const override { return false; } in hasPCHSupport() function
192 bool hasPCHSupport() const override;
236 bool hasPCHSupport() const override { return true; } in hasPCHSupport() function
DFrontendAction.h177 virtual bool hasPCHSupport() const { return !usesPreprocessorOnly(); } in hasPCHSupport() function
290 bool hasPCHSupport() const override;
/external/clang/lib/Frontend/
DASTMerge.cpp104 bool ASTMergeAction::hasPCHSupport() const { in hasPCHSupport() function in ASTMergeAction
105 return AdaptedAction->hasPCHSupport(); in hasPCHSupport()
DFrontendAction.cpp337 assert(hasPCHSupport() && "This action does not have PCH support!"); in BeginSourceFile()
577 bool WrapperFrontendAction::hasPCHSupport() const { in hasPCHSupport() function in WrapperFrontendAction
578 return WrappedAction->hasPCHSupport(); in hasPCHSupport()