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 86 virtual bool hasASTFileSupport() const { return false; }
111 virtual bool hasASTFileSupport() const { return false; }
168 virtual bool hasASTFileSupport() const;
FrontendAction.h 164 virtual bool hasASTFileSupport() const { return !usesPreprocessorOnly(); }
276 virtual bool hasASTFileSupport() const;
  /external/clang/include/clang/Rewrite/Frontend/
FrontendActions.h 42 virtual bool hasASTFileSupport() const { return false; }
  /external/clang/lib/Frontend/
ASTMerge.cpp 104 bool ASTMergeAction::hasASTFileSupport() const {
105 return AdaptedAction->hasASTFileSupport();
FrontendAction.cpp 179 assert(hasASTFileSupport() &&
510 bool WrapperFrontendAction::hasASTFileSupport() const {
511 return WrappedAction->hasASTFileSupport();
ASTUnit.cpp     [all...]

Completed in 51 milliseconds