Searched refs:ObjCImplementation (Results 1 – 21 of 21) sorted by relevance
243 case Decl::ObjCImplementation: in getDefinitiveDeclContext()317 case Decl::ObjCImplementation: in isRedeclarableDeclKind()
249 case Decl::ObjCImplementation: in PrintDeclContext()394 case Decl::ObjCImplementation: in PrintDeclContext()
72 def ObjCImplementation : DDecl<ObjCImpl>;
59 // CHECK-NEXT: ObjCImplementation{{.*}} 'TestObjCClass'
648 case ObjCImplementation: in getIdentifierNamespaceForKind()980 case Decl::ObjCImplementation: in getPrimaryContext()
1701 case ObjCImplementation: in getContainingInterface()
1271 case Decl::ObjCImplementation: in computeLVForDecl()
351 case Decl::ObjCImplementation: in VisitObjCContainerDecl()
2247 : ObjCImplDecl(ObjCImplementation, DC, classInterface, nameLoc, atStartLoc), in ObjCImplDecl() argument2373 static bool classofKind(Kind K) { return K == ObjCImplementation; } in classofKind()
1236 case Decl::ObjCImplementation: in isObjCContainer()
71 case Decl::ObjCImplementation: in EmitDecl()
3568 case Decl::ObjCImplementation: { in EmitTopLevelDecl()
684 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) { in DiagnoseUnsupportedPropertyUse()
165 ObjCImplementationDecl *ObjCImplementation; member in __anonaebf90eb0111::ResultBuilder180 ObjCImplementation(nullptr) in ResultBuilder()193 ObjCImplementation = Interface->getImplementation(); in ResultBuilder()3023 case Decl::ObjCImplementation: return CXCursor_ObjCImplementationDecl; in getCursorKindForDecl()
13363 void Sema::SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation) { in SetIvarInitializers() argument13366 if (ObjCInterfaceDecl *OID = ObjCImplementation->getClassInterface()) { in SetIvarInitializers()13380 InitializationKind::CreateDefault(ObjCImplementation->getLocation()); in SetIvarInitializers()13411 ObjCImplementation->setIvarInitializers(Context, in SetIvarInitializers()
3539 case Decl::ObjCImplementation: in getObjCContainerKind()
10955 getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) in ActOnStartOfFunctionDef()13412 case Decl::ObjCImplementation: in ActOnFields()
5251 case Decl::ObjCImplementation: in clang_getCursorDefinition()6549 case Decl::ObjCImplementation: in getDeclLanguage()
4857 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
5826 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
5235 void SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation);