Searched refs:hasPCHSupport (Results 1 – 4 of 4) sorted by relevance
100 bool ASTMergeAction::hasPCHSupport() const { in hasPCHSupport() function in ASTMergeAction101 return AdaptedAction->hasPCHSupport(); in hasPCHSupport()
303 assert(hasPCHSupport() && "This action does not have PCH support!"); in BeginSourceFile()507 bool WrapperFrontendAction::hasPCHSupport() const { in hasPCHSupport() function in WrapperFrontendAction508 return WrappedAction->hasPCHSupport(); in hasPCHSupport()
161 virtual bool hasPCHSupport() const { return !usesPreprocessorOnly(); } in hasPCHSupport() function275 virtual bool hasPCHSupport() const;
167 virtual bool hasPCHSupport() const;210 virtual bool hasPCHSupport() const { return true; } in hasPCHSupport() function