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

/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DASTMerge.cpp104 bool ASTMergeAction::hasPCHSupport() const { function in class:ASTMergeAction
105 return AdaptedAction->hasPCHSupport();
H A DFrontendAction.cpp963 assert(hasPCHSupport() && "This action does not have PCH support!");
1213 bool WrapperFrontendAction::hasPCHSupport() const { function in class:WrapperFrontendAction
1214 return WrappedAction->hasPCHSupport();
/openbsd-current/gnu/llvm/clang/include/clang/Frontend/
H A DFrontendAction.h191 virtual bool hasPCHSupport() const { return true; } function in class:clang::FrontendAction
326 bool hasPCHSupport() const override;
H A DFrontendActions.h191 bool hasPCHSupport() const override { return false; }
247 bool hasPCHSupport() const override;
297 bool hasPCHSupport() const override { return true; }

Completed in 70 milliseconds