Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp338 case Decl::ObjCImplementation: in getDefinitiveDeclContext()
419 case Decl::ObjCImplementation: in isRedeclarableDeclKind()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td90 def ObjCImplementation : DeclNode<ObjCImpl>;
H A DAttr.td3061 ObjCImplementation, Namespace, Empty
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp191 case Decl::ObjCImplementation: { in getSymbolInfo()
H A DUSRGeneration.cpp445 case Decl::ObjCImplementation: in VisitObjCContainerDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp978 case ObjCImplementation: in getIdentifierNamespaceForKind()
1465 case Decl::ObjCImplementation: in getPrimaryContext()
H A DDeclObjC.cpp1891 case ObjCImplementation: in getContainingInterface()
H A DDecl.cpp1500 case Decl::ObjCImplementation: in computeLVForDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2624 : ObjCImplDecl(ObjCImplementation, DC, classInterface,
2765 static bool classofKind(Kind K) { return K == ObjCImplementation; } in classofKind()
H A DDeclBase.h2132 case Decl::ObjCImplementation:
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h567 void SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3833 case Decl::ObjCImplementation: in getObjCContainerKind()
5499 void SemaObjC::SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation) { in SetIvarInitializers() argument
5502 if (ObjCInterfaceDecl *OID = ObjCImplementation->getClassInterface()) { in SetIvarInitializers()
5517 InitializationKind::CreateDefault(ObjCImplementation->getLocation()); in SetIvarInitializers()
5548 ObjCImplementation->setIvarInitializers(Context, AllToInit.data(), in SetIvarInitializers()
H A DSemaPseudoObject.cpp699 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) { in DiagnoseUnsupportedPropertyUse()
H A DSemaCodeComplete.cpp209 ObjCImplementationDecl *ObjCImplementation; member in __anone047e0890111::ResultBuilder
223 ObjCImplementation(nullptr) { in ResultBuilder()
236 ObjCImplementation = Interface->getImplementation(); in ResultBuilder()
4086 case Decl::ObjCImplementation: in getCursorKindForDecl()
H A DSemaDecl.cpp15631 getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) in ActOnStartOfFunctionDef()
18842 case Decl::ObjCImplementation: in ActOnFields()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp87 case Decl::ObjCImplementation: in EmitDecl()
H A DCodeGenModule.cpp6996 case Decl::ObjCImplementation: { in EmitTopLevelDecl()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp5733 case Decl::ObjCImplementation: { in HandleDeclInMainFile()