Searched refs:hasASTFileSupport (Results 1 – 6 of 6) sorted by relevance
80 virtual bool hasASTFileSupport() const { return false; } in hasASTFileSupport() function106 virtual bool hasASTFileSupport() const { return false; } in hasASTFileSupport() function144 virtual bool hasASTFileSupport() const { return true; } in hasASTFileSupport() function181 virtual bool hasASTFileSupport() const;
172 virtual bool hasASTFileSupport() const { return !usesPreprocessorOnly(); } in hasASTFileSupport() function284 virtual bool hasASTFileSupport() const;
105 bool ASTMergeAction::hasASTFileSupport() const { in hasASTFileSupport() function in ASTMergeAction106 return AdaptedAction->hasASTFileSupport(); in hasASTFileSupport()
179 assert(hasASTFileSupport() && in BeginSourceFile()516 bool WrapperFrontendAction::hasASTFileSupport() const { in hasASTFileSupport() function in WrapperFrontendAction517 return WrappedAction->hasASTFileSupport(); in hasASTFileSupport()
1005 virtual bool hasASTFileSupport() const { return false; } in hasASTFileSupport() function in __anon0329ff9b0311::PrecompilePreambleAction
42 virtual bool hasASTFileSupport() const { return false; } in hasASTFileSupport() function