Searched refs:ObjCImplementation (Results 1 – 20 of 20) sorted by relevance
127 case Decl::ObjCImplementation: in getDefinitiveDeclContext()199 case Decl::ObjCImplementation: in isRedeclarableDeclKind()
240 case Decl::ObjCImplementation: in PrintDeclContext()387 case Decl::ObjCImplementation: in PrintDeclContext()
69 def ObjCImplementation : DDecl<ObjCImpl>;
59 // CHECK-NEXT: ObjCImplementation{{.*}} 'TestObjCClass'
566 case ObjCImplementation: in getIdentifierNamespaceForKind()840 case Decl::ObjCImplementation: in getPrimaryContext()
1381 case ObjCImplementation: in getContainingInterface()
1110 case Decl::ObjCImplementation: in computeLVForDecl()
321 case Decl::ObjCImplementation: in VisitObjCContainerDecl()
4533 case Decl::ObjCImplementation: in clang_getCursorDefinition()5784 case Decl::ObjCImplementation: in getDeclLanguage()
1834 : ObjCImplDecl(ObjCImplementation, DC, classInterface, nameLoc, atStartLoc), in ObjCImplDecl() argument1942 static bool classofKind(Kind K) { return K == ObjCImplementation; } in classofKind()
1059 case Decl::ObjCImplementation: in isObjCContainer()
66 case Decl::ObjCImplementation: in EmitDecl()
2919 case Decl::ObjCImplementation: { in EmitTopLevelDecl()
165 ObjCImplementationDecl *ObjCImplementation; member in __anon47e875350111::ResultBuilder180 ObjCImplementation(0) in ResultBuilder()193 ObjCImplementation = Interface->getImplementation(); in ResultBuilder()2926 case Decl::ObjCImplementation: return CXCursor_ObjCImplementationDecl; in getCursorKindForDecl()
12053 void Sema::SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation) { in SetIvarInitializers() argument12056 if (ObjCInterfaceDecl *OID = ObjCImplementation->getClassInterface()) { in SetIvarInitializers()12070 InitializationKind::CreateDefault(ObjCImplementation->getLocation()); in SetIvarInitializers()12101 ObjCImplementation->setIvarInitializers(Context, in SetIvarInitializers()
2485 case Decl::ObjCImplementation: in getObjCContainerKind()
11509 case Decl::ObjCImplementation: in ActOnFields()
4946 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
5950 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
4611 void SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation);