HomeSort by relevance Sort by last modified time
    Searched refs:hasASTFileSupport (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Frontend/
FrontendActions.h 80 virtual bool hasASTFileSupport() const { return false; }
105 virtual bool hasASTFileSupport() const { return false; }
162 virtual bool hasASTFileSupport() const;
FrontendAction.h 156 /// hasASTFileSupport - Does this action support use with AST files?
157 virtual bool hasASTFileSupport() const { return !usesPreprocessorOnly(); }
270 virtual bool hasASTFileSupport() const;
  /external/clang/include/clang/Rewrite/
FrontendActions.h 42 virtual bool hasASTFileSupport() const { return false; }
  /external/clang/lib/Frontend/
ASTMerge.cpp 103 bool ASTMergeAction::hasASTFileSupport() const {
104 return AdaptedAction->hasASTFileSupport();
FrontendAction.cpp 173 assert(hasASTFileSupport() &&
456 bool WrapperFrontendAction::hasASTFileSupport() const {
457 return WrappedAction->hasASTFileSupport();
ASTUnit.cpp     [all...]

Completed in 135 milliseconds