Searched refs:hasASTFileSupport (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Frontend/
H A DASTMerge.cpp103 bool ASTMergeAction::hasASTFileSupport() const { function in class:ASTMergeAction
104 return AdaptedAction->hasASTFileSupport();
H A DFrontendAction.cpp185 assert(hasASTFileSupport() &&
552 bool WrapperFrontendAction::hasASTFileSupport() const { function in class:WrapperFrontendAction
553 return WrappedAction->hasASTFileSupport();
H A DASTUnit.cpp926 bool hasASTFileSupport() const override { return false; }
/external/clang/include/clang/Frontend/
H A DFrontendActions.h81 bool hasASTFileSupport() const override { return false; }
108 bool hasASTFileSupport() const override { return false; }
148 bool hasASTFileSupport() const override { return true; }
196 bool hasASTFileSupport() const override;
H A DFrontendAction.h171 virtual bool hasASTFileSupport() const { return !usesPreprocessorOnly(); } function in class:clang::FrontendAction
282 bool hasASTFileSupport() const override;
/external/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h42 bool hasASTFileSupport() const override { return false; }

Completed in 130 milliseconds