Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DASTConsumers.cpp234 case Decl::ObjCImplementation: in PrintDeclContext()
381 case Decl::ObjCImplementation: in PrintDeclContext()
/external/clang/include/clang/Basic/
DDeclNodes.td64 def ObjCImplementation : DDecl<ObjCImpl>;
/external/clang/lib/AST/
DDeclBase.cpp540 case ObjCImplementation: in getIdentifierNamespaceForKind()
832 case Decl::ObjCImplementation: in getPrimaryContext()
DDeclObjC.cpp978 case ObjCImplementation: in getContainingInterface()
DDecl.cpp749 case Decl::ObjCImplementation: in getLVForDecl()
/external/clang/include/clang/AST/
DDeclObjC.h1580 : ObjCImplDecl(ObjCImplementation, DC, classInterface, nameLoc, atStartLoc), in ObjCImplDecl() argument
1680 static bool classofKind(Kind K) { return K == ObjCImplementation; } in classofKind()
DDeclBase.h1036 case Decl::ObjCImplementation: in isObjCContainer()
/external/clang/tools/libclang/
DCIndexUSRs.cpp326 case Decl::ObjCImplementation: in VisitObjCContainerDecl()
DCIndex.cpp4339 case Decl::ObjCImplementation: in clang_getCursorDefinition()
5539 case Decl::ObjCImplementation: in getDeclLanguage()
/external/clang/lib/CodeGen/
DCGDecl.cpp62 case Decl::ObjCImplementation: in EmitDecl()
DCodeGenModule.cpp2613 case Decl::ObjCImplementation: { in EmitTopLevelDecl()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp163 ObjCImplementationDecl *ObjCImplementation; member in __anone17ed4b10111::ResultBuilder
178 ObjCImplementation(0) in ResultBuilder()
191 ObjCImplementation = Interface->getImplementation(); in ResultBuilder()
2843 case Decl::ObjCImplementation: return CXCursor_ObjCImplementationDecl; in getCursorKindForDecl()
DSemaDeclCXX.cpp10917 void Sema::SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation) { in SetIvarInitializers() argument
10920 if (ObjCInterfaceDecl *OID = ObjCImplementation->getClassInterface()) { in SetIvarInitializers()
10934 InitializationKind::CreateDefault(ObjCImplementation->getLocation()); in SetIvarInitializers()
10965 ObjCImplementation->setIvarInitializers(Context, in SetIvarInitializers()
DSemaDeclObjC.cpp2234 case Decl::ObjCImplementation: in getObjCContainerKind()
DSemaDecl.cpp9909 case Decl::ObjCImplementation: in ActOnFields()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp4960 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
DRewriteModernObjC.cpp5688 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
/external/clang/include/clang/Sema/
DSema.h4244 void SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation);