Searched refs:hasPCHSupport (Results 1 – 3 of 3) sorted by relevance
213 bool hasPCHSupport() const override { return false; } in hasPCHSupport() function269 bool hasPCHSupport() const override;319 bool hasPCHSupport() const override { return true; } in hasPCHSupport() function
191 virtual bool hasPCHSupport() const { return true; } in hasPCHSupport() function326 bool hasPCHSupport() const override;
977 assert(hasPCHSupport() && "This action does not have PCH support!"); in BeginSourceFile()1240 bool WrapperFrontendAction::hasPCHSupport() const { in hasPCHSupport() function in WrapperFrontendAction1241 return WrappedAction->hasPCHSupport(); in hasPCHSupport()