Searched refs:ObjCImplementation (Results 1 – 22 of 22) sorted by relevance
215 case Decl::ObjCImplementation: in getDefinitiveDeclContext()290 case Decl::ObjCImplementation: in isRedeclarableDeclKind()
249 case Decl::ObjCImplementation: in PrintDeclContext()392 case Decl::ObjCImplementation: in PrintDeclContext()
77 def ObjCImplementation : DDecl<ObjCImpl>;
59 // CHECK-NEXT: ObjCImplementation{{.*}} 'TestObjCClass'
120 case Decl::ObjCImplementation: { in getSymbolInfo()
362 case Decl::ObjCImplementation: in VisitObjCContainerDecl()
690 case ObjCImplementation: in getIdentifierNamespaceForKind()1024 case Decl::ObjCImplementation: in getPrimaryContext()
1735 case ObjCImplementation: in getContainingInterface()
1274 case Decl::ObjCImplementation: in computeLVForDecl()
2490 : ObjCImplDecl(ObjCImplementation, DC, classInterface, nameLoc, atStartLoc), in ObjCImplDecl() argument2616 static bool classofKind(Kind K) { return K == ObjCImplementation; } in classofKind()
1255 case Decl::ObjCImplementation: in isObjCContainer()
685 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) { in DiagnoseUnsupportedPropertyUse()
164 ObjCImplementationDecl *ObjCImplementation; member in __anonb838cdf60111::ResultBuilder179 ObjCImplementation(nullptr) in ResultBuilder()192 ObjCImplementation = Interface->getImplementation(); in ResultBuilder()3035 case Decl::ObjCImplementation: return CXCursor_ObjCImplementationDecl; in getCursorKindForDecl()
13585 void Sema::SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation) { in SetIvarInitializers() argument13588 if (ObjCInterfaceDecl *OID = ObjCImplementation->getClassInterface()) { in SetIvarInitializers()13602 InitializationKind::CreateDefault(ObjCImplementation->getLocation()); in SetIvarInitializers()13633 ObjCImplementation->setIvarInitializers(Context, in SetIvarInitializers()
3687 case Decl::ObjCImplementation: in getObjCContainerKind()
11361 getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) in ActOnStartOfFunctionDef()13866 case Decl::ObjCImplementation: in ActOnFields()
73 case Decl::ObjCImplementation: in EmitDecl()
3847 case Decl::ObjCImplementation: { in EmitTopLevelDecl()
5616 case Decl::ObjCImplementation: in clang_getCursorDefinition()6920 case Decl::ObjCImplementation: in getDeclLanguage()
4837 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
5748 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
5351 void SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation);