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

References

tools/clang/include/clang/AST/Decl.h
 2851   const FieldDecl *getCanonicalDecl() const { return getFirstDecl(); }
 2892   const EnumConstantDecl *getCanonicalDecl() const { return getFirstDecl(); }
 2942   const IndirectFieldDecl *getCanonicalDecl() const { return getFirstDecl(); }
tools/clang/include/clang/AST/DeclCXX.h
 3406   const UsingDecl *getCanonicalDecl() const { return getFirstDecl(); }
 3477   const UsingPackDecl *getCanonicalDecl() const { return getFirstDecl(); }
 3572     return getFirstDecl();
 3661     return getFirstDecl();
tools/clang/include/clang/AST/JSONNodeDumper.h
  167     const T *First = D->getFirstDecl();
tools/clang/lib/AST/TextNodeDumper.cpp
   25   const T *First = D->getFirstDecl();