Searched refs:ObjCImplementation (Results 1 – 18 of 18) sorted by relevance
234 case Decl::ObjCImplementation: in PrintDeclContext()381 case Decl::ObjCImplementation: in PrintDeclContext()
64 def ObjCImplementation : DDecl<ObjCImpl>;
540 case ObjCImplementation: in getIdentifierNamespaceForKind()832 case Decl::ObjCImplementation: in getPrimaryContext()
978 case ObjCImplementation: in getContainingInterface()
749 case Decl::ObjCImplementation: in getLVForDecl()
1580 : ObjCImplDecl(ObjCImplementation, DC, classInterface, nameLoc, atStartLoc), in ObjCImplDecl() argument1680 static bool classofKind(Kind K) { return K == ObjCImplementation; } in classofKind()
1036 case Decl::ObjCImplementation: in isObjCContainer()
326 case Decl::ObjCImplementation: in VisitObjCContainerDecl()
4339 case Decl::ObjCImplementation: in clang_getCursorDefinition()5539 case Decl::ObjCImplementation: in getDeclLanguage()
62 case Decl::ObjCImplementation: in EmitDecl()
2613 case Decl::ObjCImplementation: { in EmitTopLevelDecl()
163 ObjCImplementationDecl *ObjCImplementation; member in __anone17ed4b10111::ResultBuilder178 ObjCImplementation(0) in ResultBuilder()191 ObjCImplementation = Interface->getImplementation(); in ResultBuilder()2843 case Decl::ObjCImplementation: return CXCursor_ObjCImplementationDecl; in getCursorKindForDecl()
10917 void Sema::SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation) { in SetIvarInitializers() argument10920 if (ObjCInterfaceDecl *OID = ObjCImplementation->getClassInterface()) { in SetIvarInitializers()10934 InitializationKind::CreateDefault(ObjCImplementation->getLocation()); in SetIvarInitializers()10965 ObjCImplementation->setIvarInitializers(Context, in SetIvarInitializers()
2234 case Decl::ObjCImplementation: in getObjCContainerKind()
9909 case Decl::ObjCImplementation: in ActOnFields()
4960 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
5688 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
4244 void SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation);