Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTCommon.cpp325 case Decl::ObjCImplementation: in getDefinitiveDeclContext()
406 case Decl::ObjCImplementation: in isRedeclarableDeclKind()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDeclNodes.td90 def ObjCImplementation : DeclNode<ObjCImpl>;
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexSymbol.cpp190 case Decl::ObjCImplementation: { in getSymbolInfo()
H A DUSRGeneration.cpp427 case Decl::ObjCImplementation: in VisitObjCContainerDecl()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp867 case ObjCImplementation: in getIdentifierNamespaceForKind()
1310 case Decl::ObjCImplementation: in getPrimaryContext()
H A DDeclObjC.cpp1897 case ObjCImplementation: in getContainingInterface()
H A DDecl.cpp1456 case Decl::ObjCImplementation: in computeLVForDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h2612 : ObjCImplDecl(ObjCImplementation, DC, classInterface,
2752 static bool classofKind(Kind K) { return K == ObjCImplementation; } in classofKind()
H A DDeclBase.h1970 case Decl::ObjCImplementation:
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaPseudoObject.cpp690 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) { in DiagnoseUnsupportedPropertyUse()
H A DSemaCodeComplete.cpp206 ObjCImplementationDecl *ObjCImplementation; member in __anon4b9354e00111::ResultBuilder
220 ObjCImplementation(nullptr) { in ResultBuilder()
232 ObjCImplementation = Interface->getImplementation(); in ResultBuilder()
4004 case Decl::ObjCImplementation: in getCursorKindForDecl()
H A DSemaDeclCXX.cpp18124 void Sema::SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation) { in SetIvarInitializers() argument
18127 if (ObjCInterfaceDecl *OID = ObjCImplementation->getClassInterface()) { in SetIvarInitializers()
18141 InitializationKind::CreateDefault(ObjCImplementation->getLocation()); in SetIvarInitializers()
18172 ObjCImplementation->setIvarInitializers(Context, in SetIvarInitializers()
H A DSemaDeclObjC.cpp3831 case Decl::ObjCImplementation: in getObjCContainerKind()
H A DSemaDecl.cpp15289 getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) in ActOnStartOfFunctionDef()
18567 case Decl::ObjCImplementation: in ActOnFields()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDecl.cpp84 case Decl::ObjCImplementation: in EmitDecl()
H A DCodeGenModule.cpp6405 case Decl::ObjCImplementation: { in EmitTopLevelDecl()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp6704 case Decl::ObjCImplementation: in clang_getCursorDefinition()
8169 case Decl::ObjCImplementation: in getDeclLanguage()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4835 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
H A DRewriteModernObjC.cpp5736 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h7602 void SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation);