Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp330 case Decl::ObjCImplementation: in getDefinitiveDeclContext()
411 case Decl::ObjCImplementation: in isRedeclarableDeclKind()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td90 def ObjCImplementation : DeclNode<ObjCImpl>;
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp191 case Decl::ObjCImplementation: { in getSymbolInfo()
H A DUSRGeneration.cpp434 case Decl::ObjCImplementation: in VisitObjCContainerDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp939 case ObjCImplementation: in getIdentifierNamespaceForKind()
1401 case Decl::ObjCImplementation: in getPrimaryContext()
H A DDeclObjC.cpp1897 case ObjCImplementation: in getContainingInterface()
H A DDecl.cpp1500 case Decl::ObjCImplementation: in computeLVForDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2625 : ObjCImplDecl(ObjCImplementation, DC, classInterface,
2765 static bool classofKind(Kind K) { return K == ObjCImplementation; } in classofKind()
H A DDeclBase.h2119 case Decl::ObjCImplementation:
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp695 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) { in DiagnoseUnsupportedPropertyUse()
H A DSemaCodeComplete.cpp206 ObjCImplementationDecl *ObjCImplementation; member in __anonc4c61bbf0111::ResultBuilder
220 ObjCImplementation(nullptr) { in ResultBuilder()
233 ObjCImplementation = Interface->getImplementation(); in ResultBuilder()
4081 case Decl::ObjCImplementation: in getCursorKindForDecl()
H A DSemaDeclCXX.cpp18822 void Sema::SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation) { in SetIvarInitializers() argument
18825 if (ObjCInterfaceDecl *OID = ObjCImplementation->getClassInterface()) { in SetIvarInitializers()
18839 InitializationKind::CreateDefault(ObjCImplementation->getLocation()); in SetIvarInitializers()
18870 ObjCImplementation->setIvarInitializers(Context, in SetIvarInitializers()
H A DSemaDeclObjC.cpp3830 case Decl::ObjCImplementation: in getObjCContainerKind()
H A DSemaDecl.cpp15847 getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) in ActOnStartOfFunctionDef()
19180 case Decl::ObjCImplementation: in ActOnFields()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp84 case Decl::ObjCImplementation: in EmitDecl()
H A DCodeGenModule.cpp6850 case Decl::ObjCImplementation: { in EmitTopLevelDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4835 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
H A DRewriteModernObjC.cpp5735 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7786 void SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation);