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

Declarations

tools/clang/include/clang/AST/DeclBase.h
 1162   ASTMutationListener *getASTMutationListener() const;

References

tools/clang/lib/AST/Decl.cpp
 4094   if (ASTMutationListener *L = getASTMutationListener())
tools/clang/lib/AST/DeclBase.cpp
 1852     if (ASTMutationListener *L = DCAsDecl->getASTMutationListener())
tools/clang/lib/AST/DeclCXX.cpp
  732     if (ASTMutationListener *L = getASTMutationListener())
 2623     if (auto *L = getASTMutationListener())
tools/clang/lib/AST/DeclTemplate.cpp
  270   if (ASTMutationListener *L = getASTMutationListener())
  447   if (ASTMutationListener *L = getASTMutationListener())
 1063   if (ASTMutationListener *L = getASTMutationListener())