Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTCommon.cpp243 case Decl::ObjCImplementation: in getDefinitiveDeclContext()
317 case Decl::ObjCImplementation: in isRedeclarableDeclKind()
/external/clang/lib/Frontend/
DASTConsumers.cpp249 case Decl::ObjCImplementation: in PrintDeclContext()
394 case Decl::ObjCImplementation: in PrintDeclContext()
/external/clang/include/clang/Basic/
DDeclNodes.td72 def ObjCImplementation : DDecl<ObjCImpl>;
/external/clang/test/Misc/
Dast-dump-decl.m59 // CHECK-NEXT: ObjCImplementation{{.*}} 'TestObjCClass'
/external/clang/lib/AST/
DDeclBase.cpp648 case ObjCImplementation: in getIdentifierNamespaceForKind()
980 case Decl::ObjCImplementation: in getPrimaryContext()
DDeclObjC.cpp1701 case ObjCImplementation: in getContainingInterface()
DDecl.cpp1271 case Decl::ObjCImplementation: in computeLVForDecl()
/external/clang/lib/Index/
DUSRGeneration.cpp351 case Decl::ObjCImplementation: in VisitObjCContainerDecl()
/external/clang/include/clang/AST/
DDeclObjC.h2247 : ObjCImplDecl(ObjCImplementation, DC, classInterface, nameLoc, atStartLoc), in ObjCImplDecl() argument
2373 static bool classofKind(Kind K) { return K == ObjCImplementation; } in classofKind()
DDeclBase.h1236 case Decl::ObjCImplementation: in isObjCContainer()
/external/clang/lib/CodeGen/
DCGDecl.cpp71 case Decl::ObjCImplementation: in EmitDecl()
DCodeGenModule.cpp3568 case Decl::ObjCImplementation: { in EmitTopLevelDecl()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp684 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) { in DiagnoseUnsupportedPropertyUse()
DSemaCodeComplete.cpp165 ObjCImplementationDecl *ObjCImplementation; member in __anonaebf90eb0111::ResultBuilder
180 ObjCImplementation(nullptr) in ResultBuilder()
193 ObjCImplementation = Interface->getImplementation(); in ResultBuilder()
3023 case Decl::ObjCImplementation: return CXCursor_ObjCImplementationDecl; in getCursorKindForDecl()
DSemaDeclCXX.cpp13363 void Sema::SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation) { in SetIvarInitializers() argument
13366 if (ObjCInterfaceDecl *OID = ObjCImplementation->getClassInterface()) { in SetIvarInitializers()
13380 InitializationKind::CreateDefault(ObjCImplementation->getLocation()); in SetIvarInitializers()
13411 ObjCImplementation->setIvarInitializers(Context, in SetIvarInitializers()
DSemaDeclObjC.cpp3539 case Decl::ObjCImplementation: in getObjCContainerKind()
DSemaDecl.cpp10955 getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) in ActOnStartOfFunctionDef()
13412 case Decl::ObjCImplementation: in ActOnFields()
/external/clang/tools/libclang/
DCIndex.cpp5251 case Decl::ObjCImplementation: in clang_getCursorDefinition()
6549 case Decl::ObjCImplementation: in getDeclLanguage()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp4857 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
DRewriteModernObjC.cpp5826 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
/external/clang/include/clang/Sema/
DSema.h5235 void SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation);