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

Definitions

tools/clang/include/clang/AST/Decl.h
 1156   const VarDecl *getCanonicalDecl() const {
 2319   const FunctionDecl *getCanonicalDecl() const {
tools/clang/include/clang/AST/DeclBase.h
  877   virtual Decl *getCanonicalDecl() { return this; }
tools/clang/include/clang/AST/DeclCXX.h
  498   const CXXRecordDecl *getCanonicalDecl() const {
tools/clang/lib/AST/Decl.cpp
 2073 VarDecl *VarDecl::getCanonicalDecl() { return getFirstDecl(); }
 3102 FunctionDecl *FunctionDecl::getCanonicalDecl() { return getFirstDecl(); }