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

Declarations

tools/clang/include/clang/AST/DeclObjC.h
 1561   void startDefinition();

References

tools/clang/lib/AST/ASTImporter.cpp
 4508   To->startDefinition();
 8744       ID->startDefinition();
tools/clang/lib/Sema/SemaDeclObjC.cpp
 1075     IDecl->startDefinition();
 2035     IDecl->startDefinition();
 2051       IDecl->startDefinition();
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp
  435   interface_decl->startDefinition();
tools/lldb/source/Symbol/ClangASTContext.cpp
 8784         interface_decl->startDefinition();
tools/lldb/source/Symbol/ClangASTImporter.cpp
  612       interface_decl->startDefinition();
 1030         to_objc_interface->startDefinition();