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

/external/clang/lib/Frontend/
H A DASTMerge.cpp99 bool ASTMergeAction::hasPCHSupport() const { function in class:ASTMergeAction
100 return AdaptedAction->hasPCHSupport();
H A DFrontendAction.cpp325 assert(hasPCHSupport() && "This action does not have PCH support!");
549 bool WrapperFrontendAction::hasPCHSupport() const { function in class:WrapperFrontendAction
550 return WrappedAction->hasPCHSupport();
/external/clang/include/clang/Frontend/
H A DFrontendAction.h168 virtual bool hasPCHSupport() const { return !usesPreprocessorOnly(); } function in class:clang::FrontendAction
281 bool hasPCHSupport() const override;
H A DFrontendActions.h147 bool hasPCHSupport() const override { return false; }
195 bool hasPCHSupport() const override;
238 bool hasPCHSupport() const override { return true; }

Completed in 684 milliseconds