Searched refs:ObjCImplementation (Results 1 – 18 of 18) 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>;
576 case ObjCImplementation: in getIdentifierNamespaceForKind()868 case Decl::ObjCImplementation: in getPrimaryContext()
1382 case ObjCImplementation: in getContainingInterface()
1149 case Decl::ObjCImplementation: in computeLVForDecl()
314 case Decl::ObjCImplementation: in VisitObjCContainerDecl()
1839 : ObjCImplDecl(ObjCImplementation, DC, classInterface, nameLoc, atStartLoc), in ObjCImplDecl() argument1947 static bool classofKind(Kind K) { return K == ObjCImplementation; } in classofKind()
1104 case Decl::ObjCImplementation: in isObjCContainer()
67 case Decl::ObjCImplementation: in EmitDecl()
2998 case Decl::ObjCImplementation: { in EmitTopLevelDecl()
165 ObjCImplementationDecl *ObjCImplementation; member in __anon00277e1b0111::ResultBuilder180 ObjCImplementation(0) in ResultBuilder()193 ObjCImplementation = Interface->getImplementation(); in ResultBuilder()2929 case Decl::ObjCImplementation: return CXCursor_ObjCImplementationDecl; in getCursorKindForDecl()
12367 void Sema::SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation) { in SetIvarInitializers() argument12370 if (ObjCInterfaceDecl *OID = ObjCImplementation->getClassInterface()) { in SetIvarInitializers()12384 InitializationKind::CreateDefault(ObjCImplementation->getLocation()); in SetIvarInitializers()12415 ObjCImplementation->setIvarInitializers(Context, in SetIvarInitializers()
2505 case Decl::ObjCImplementation: in getObjCContainerKind()
11803 case Decl::ObjCImplementation: in ActOnFields()
4946 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
5957 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
4730 void SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation);