reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/clang/include/clang/Frontend/FrontendActions.h
   86   bool hasASTFileSupport() const override { return false; }
  119   bool hasASTFileSupport() const override { return false; }
  126   bool hasASTFileSupport() const override { return false; }
  185   bool hasASTFileSupport() const override { return true; }
tools/clang/include/clang/Rewrite/Frontend/FrontendActions.h
   41   bool hasASTFileSupport() const override { return false; }
tools/clang/lib/Frontend/ASTMerge.cpp
  108 bool ASTMergeAction::hasASTFileSupport() const {
tools/clang/lib/Frontend/FrontendAction.cpp
 1089 bool WrapperFrontendAction::hasASTFileSupport() const {
tools/clang/lib/Frontend/PrecompiledPreamble.cpp
  146   bool hasASTFileSupport() const override { return false; }

References

tools/clang/lib/Frontend/ASTMerge.cpp
  109   return AdaptedAction->hasASTFileSupport();
tools/clang/lib/Frontend/FrontendAction.cpp
  623     assert(hasASTFileSupport() &&
 1090   return WrappedAction->hasASTFileSupport();