Searched refs:hasPCHSupport (Results 1 – 4 of 4) sorted by relevance
104 bool ASTMergeAction::hasPCHSupport() const { in hasPCHSupport() function in ASTMergeAction105 return AdaptedAction->hasPCHSupport(); in hasPCHSupport()
859 assert(hasPCHSupport() && "This action does not have PCH support!"); in BeginSourceFile()1106 bool WrapperFrontendAction::hasPCHSupport() const { in hasPCHSupport() function in WrapperFrontendAction1107 return WrappedAction->hasPCHSupport(); in hasPCHSupport()
182 bool hasPCHSupport() const override { return false; } in hasPCHSupport() function238 bool hasPCHSupport() const override;288 bool hasPCHSupport() const override { return true; } in hasPCHSupport() function
191 virtual bool hasPCHSupport() const { return true; } in hasPCHSupport() function325 bool hasPCHSupport() const override;