Home
last modified time | relevance | path

Searched refs:ObjCImplementation (Results 1 – 20 of 20) sorted by relevance

/external/clang/lib/Serialization/
DASTCommon.cpp127 case Decl::ObjCImplementation: in getDefinitiveDeclContext()
199 case Decl::ObjCImplementation: in isRedeclarableDeclKind()
/external/clang/lib/Frontend/
DASTConsumers.cpp240 case Decl::ObjCImplementation: in PrintDeclContext()
387 case Decl::ObjCImplementation: in PrintDeclContext()
/external/clang/include/clang/Basic/
DDeclNodes.td69 def ObjCImplementation : DDecl<ObjCImpl>;
/external/clang/test/Misc/
Dast-dump-decl.m59 // CHECK-NEXT: ObjCImplementation{{.*}} 'TestObjCClass'
/external/clang/lib/AST/
DDeclBase.cpp566 case ObjCImplementation: in getIdentifierNamespaceForKind()
840 case Decl::ObjCImplementation: in getPrimaryContext()
DDeclObjC.cpp1381 case ObjCImplementation: in getContainingInterface()
DDecl.cpp1110 case Decl::ObjCImplementation: in computeLVForDecl()
/external/clang/tools/libclang/
DCIndexUSRs.cpp321 case Decl::ObjCImplementation: in VisitObjCContainerDecl()
DCIndex.cpp4533 case Decl::ObjCImplementation: in clang_getCursorDefinition()
5784 case Decl::ObjCImplementation: in getDeclLanguage()
/external/clang/include/clang/AST/
DDeclObjC.h1834 : ObjCImplDecl(ObjCImplementation, DC, classInterface, nameLoc, atStartLoc), in ObjCImplDecl() argument
1942 static bool classofKind(Kind K) { return K == ObjCImplementation; } in classofKind()
DDeclBase.h1059 case Decl::ObjCImplementation: in isObjCContainer()
/external/clang/lib/CodeGen/
DCGDecl.cpp66 case Decl::ObjCImplementation: in EmitDecl()
DCodeGenModule.cpp2919 case Decl::ObjCImplementation: { in EmitTopLevelDecl()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp165 ObjCImplementationDecl *ObjCImplementation; member in __anon47e875350111::ResultBuilder
180 ObjCImplementation(0) in ResultBuilder()
193 ObjCImplementation = Interface->getImplementation(); in ResultBuilder()
2926 case Decl::ObjCImplementation: return CXCursor_ObjCImplementationDecl; in getCursorKindForDecl()
DSemaDeclCXX.cpp12053 void Sema::SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation) { in SetIvarInitializers() argument
12056 if (ObjCInterfaceDecl *OID = ObjCImplementation->getClassInterface()) { in SetIvarInitializers()
12070 InitializationKind::CreateDefault(ObjCImplementation->getLocation()); in SetIvarInitializers()
12101 ObjCImplementation->setIvarInitializers(Context, in SetIvarInitializers()
DSemaDeclObjC.cpp2485 case Decl::ObjCImplementation: in getObjCContainerKind()
DSemaDecl.cpp11509 case Decl::ObjCImplementation: in ActOnFields()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp4946 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
DRewriteModernObjC.cpp5950 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
/external/clang/include/clang/Sema/
DSema.h4611 void SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation);