Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DFrontendActions.h86 virtual bool hasASTFileSupport() const { return false; } in hasASTFileSupport() function
111 virtual bool hasASTFileSupport() const { return false; } in hasASTFileSupport() function
168 virtual bool hasASTFileSupport() const;
DFrontendAction.h164 virtual bool hasASTFileSupport() const { return !usesPreprocessorOnly(); } in hasASTFileSupport() function
276 virtual bool hasASTFileSupport() const;
/external/clang/lib/Frontend/
DASTMerge.cpp104 bool ASTMergeAction::hasASTFileSupport() const { in hasASTFileSupport() function in ASTMergeAction
105 return AdaptedAction->hasASTFileSupport(); in hasASTFileSupport()
DFrontendAction.cpp179 assert(hasASTFileSupport() && in BeginSourceFile()
510 bool WrapperFrontendAction::hasASTFileSupport() const { in hasASTFileSupport() function in WrapperFrontendAction
511 return WrappedAction->hasASTFileSupport(); in hasASTFileSupport()
DASTUnit.cpp1023 virtual bool hasASTFileSupport() const { return false; } in hasASTFileSupport() function in __anonf47500b90311::PrecompilePreambleAction
/external/clang/include/clang/Rewrite/Frontend/
DFrontendActions.h42 virtual bool hasASTFileSupport() const { return false; } in hasASTFileSupport() function