Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTCommon.cpp128 case Decl::ObjCImplementation: in getDefinitiveDeclContext()
198 case Decl::ObjCImplementation: in isRedeclarableDeclKind()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DDeclNodes.td69 def ObjCImplementation : DDecl<ObjCImpl>;
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DASTConsumers.cpp250 case Decl::ObjCImplementation: in PrintDeclContext()
395 case Decl::ObjCImplementation: in PrintDeclContext()
/minix3/external/bsd/llvm/dist/clang/test/Misc/
H A Dast-dump-decl.m59 // CHECK-NEXT: ObjCImplementation{{.*}} 'TestObjCClass'
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp593 case ObjCImplementation: in getIdentifierNamespaceForKind()
920 case Decl::ObjCImplementation: in getPrimaryContext()
H A DDeclObjC.cpp1489 case ObjCImplementation: in getContainingInterface()
H A DDecl.cpp1234 case Decl::ObjCImplementation: in computeLVForDecl()
/minix3/external/bsd/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp353 case Decl::ObjCImplementation: in VisitObjCContainerDecl()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h2023 : ObjCImplDecl(ObjCImplementation, DC, classInterface, nameLoc, atStartLoc), in ObjCImplDecl() argument
2146 static bool classofKind(Kind K) { return K == ObjCImplementation; } in classofKind()
H A DDeclBase.h1131 case Decl::ObjCImplementation: in isObjCContainer()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp67 case Decl::ObjCImplementation: in EmitDecl()
H A DCodeGenModule.cpp3243 case Decl::ObjCImplementation: { in EmitTopLevelDecl()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaPseudoObject.cpp652 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) { in DiagnoseUnsupportedPropertyUse()
H A DSemaCodeComplete.cpp165 ObjCImplementationDecl *ObjCImplementation; member in __anonec48ab7c0111::ResultBuilder
180 ObjCImplementation(nullptr) in ResultBuilder()
193 ObjCImplementation = Interface->getImplementation(); in ResultBuilder()
2921 case Decl::ObjCImplementation: return CXCursor_ObjCImplementationDecl; in getCursorKindForDecl()
H A DSemaDeclCXX.cpp13188 void Sema::SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation) { in SetIvarInitializers() argument
13191 if (ObjCInterfaceDecl *OID = ObjCImplementation->getClassInterface()) { in SetIvarInitializers()
13205 InitializationKind::CreateDefault(ObjCImplementation->getLocation()); in SetIvarInitializers()
13236 ObjCImplementation->setIvarInitializers(Context, in SetIvarInitializers()
H A DSemaDeclObjC.cpp2578 case Decl::ObjCImplementation: in getObjCContainerKind()
H A DSemaDecl.cpp10369 getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) in ActOnStartOfFunctionDef()
12678 case Decl::ObjCImplementation: in ActOnFields()
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp4935 case Decl::ObjCImplementation: in clang_getCursorDefinition()
6221 case Decl::ObjCImplementation: in getDeclLanguage()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4875 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
H A DRewriteModernObjC.cpp5858 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h5032 void SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation);