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

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

Completed in 98 milliseconds