Home
last modified time | relevance | path

Searched defs:hasASTFileSupport (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Frontend/
DFrontendActions.h81 bool hasASTFileSupport() const override { return false; } in hasASTFileSupport() function
106 bool hasASTFileSupport() const override { return false; } in hasASTFileSupport() function
146 bool hasASTFileSupport() const override { return true; } in hasASTFileSupport() function
DFrontendAction.h180 virtual bool hasASTFileSupport() const { return !usesPreprocessorOnly(); } in hasASTFileSupport() function
/external/clang/include/clang/Rewrite/Frontend/
DFrontendActions.h42 bool hasASTFileSupport() const override { return false; } in hasASTFileSupport() function
/external/clang/lib/Frontend/
DASTMerge.cpp107 bool ASTMergeAction::hasASTFileSupport() const { in hasASTFileSupport() function in ASTMergeAction
DFrontendAction.cpp601 bool WrapperFrontendAction::hasASTFileSupport() const { in hasASTFileSupport() function in WrapperFrontendAction
DASTUnit.cpp914 bool hasASTFileSupport() const override { return false; } in hasASTFileSupport() function in __anon5a88eb930311::PrecompilePreambleAction