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

  /external/clang/include/clang/Rewrite/
FrontendActions.h 42 virtual bool hasASTFileSupport() const { return false; }
  /external/clang/include/clang/Frontend/
FrontendActions.h 80 virtual bool hasASTFileSupport() const { return false; }
139 virtual bool hasASTFileSupport() const;
FrontendAction.h 170 /// hasASTFileSupport - Does this action support use with AST files?
171 virtual bool hasASTFileSupport() const { return !usesPreprocessorOnly(); }
287 virtual bool hasASTFileSupport() const;
  /external/clang/lib/Frontend/
ASTMerge.cpp 104 bool ASTMergeAction::hasASTFileSupport() const {
105 return AdaptedAction->hasASTFileSupport();
FrontendAction.cpp 142 assert(hasASTFileSupport() &&
417 bool WrapperFrontendAction::hasASTFileSupport() const {
418 return WrappedAction->hasASTFileSupport();
ASTUnit.cpp 849 virtual bool hasASTFileSupport() const { return false; }
    [all...]

Completed in 148 milliseconds