Searched refs:hasPCHSupport (Results 1 – 4 of 4) sorted by relevance
144 bool hasPCHSupport() const override { return false; } in hasPCHSupport() function192 bool hasPCHSupport() const override;236 bool hasPCHSupport() const override { return true; } in hasPCHSupport() function
177 virtual bool hasPCHSupport() const { return !usesPreprocessorOnly(); } in hasPCHSupport() function290 bool hasPCHSupport() const override;
104 bool ASTMergeAction::hasPCHSupport() const { in hasPCHSupport() function in ASTMergeAction105 return AdaptedAction->hasPCHSupport(); in hasPCHSupport()
337 assert(hasPCHSupport() && "This action does not have PCH support!"); in BeginSourceFile()577 bool WrapperFrontendAction::hasPCHSupport() const { in hasPCHSupport() function in WrapperFrontendAction578 return WrappedAction->hasPCHSupport(); in hasPCHSupport()