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

References

tools/clang/include/clang/AST/DeclObjC.h
 1460     if (const ObjCInterfaceDecl *Def = getDefinition())
 1468     if (const ObjCInterfaceDecl *Def = getDefinition())
 1530     return getDefinition() == this;
tools/clang/lib/AST/ASTContext.cpp
 4856   if (const ObjCInterfaceDecl *Def = Decl->getDefinition())
tools/clang/lib/AST/DeclBase.cpp
  438     Definition = ID->getDefinition();
tools/clang/lib/AST/DeclObjC.cpp
  313   if (const ObjCInterfaceDecl *def = getDefinition())
  567       getCanonicalDecl()->getDefinition() == getDefinition())
  567       getCanonicalDecl()->getDefinition() == getDefinition())
 1549   if (const ObjCInterfaceDecl *Def = getDefinition()) {
tools/clang/lib/AST/RecordLayoutBuilder.cpp
 3222   if (D->hasExternalLexicalStorage() && !D->getDefinition())
 3224   D = D->getDefinition();
tools/clang/lib/CodeGen/CGObjCGNU.cpp
 1235         const ObjCInterfaceDecl *OIDDef = OID->getDefinition();
tools/clang/lib/Frontend/ASTUnit.cpp
  321       if (ID->getDefinition())
tools/clang/lib/Sema/SemaCodeComplete.cpp
 1394     if (!ID->getDefinition())
tools/clang/lib/Sema/SemaDeclAttr.cpp
 7569     if (IDecl->getDefinition()) {
 7570       D = IDecl->getDefinition();
tools/clang/lib/Serialization/ASTWriter.cpp
 6513   assert(IFD->getDefinition() && "Category on a class without a definition?");
 6515     const_cast<ObjCInterfaceDecl *>(IFD->getDefinition()));
tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp
  150   return Decl->getDefinition();
tools/clang/tools/libclang/CIndex.cpp
 6191       if (const ObjCInterfaceDecl *Def = Class->getDefinition())
 6423       if (const ObjCInterfaceDecl *Def = IFace->getDefinition())
 6438       if (const ObjCInterfaceDecl *Def = Class->getDefinition())