Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTCommon.cpp300 case Decl::ObjCImplementation: in getDefinitiveDeclContext()
377 case Decl::ObjCImplementation: in isRedeclarableDeclKind()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDDeclNodes.td84 def ObjCImplementation : DeclNode<ObjCImpl>;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDeclBase.cpp800 case ObjCImplementation: in getIdentifierNamespaceForKind()
1210 case Decl::ObjCImplementation: in getPrimaryContext()
HDDeclObjC.cpp1831 case ObjCImplementation: in getContainingInterface()
HDDecl.cpp1383 case Decl::ObjCImplementation: in computeLVForDecl()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
HDIndexSymbol.cpp190 case Decl::ObjCImplementation: { in getSymbolInfo()
HDUSRGeneration.cpp422 case Decl::ObjCImplementation: in VisitObjCContainerDecl()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjC.h2594 : ObjCImplDecl(ObjCImplementation, DC, classInterface,
2736 static bool classofKind(Kind K) { return K == ObjCImplementation; } in classofKind()
HDDeclBase.h1828 case Decl::ObjCImplementation: in isObjCContainer()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaPseudoObject.cpp698 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) { in DiagnoseUnsupportedPropertyUse()
HDSemaCodeComplete.cpp188 ObjCImplementationDecl *ObjCImplementation; member in __anoned89faa00111::ResultBuilder
202 ObjCImplementation(nullptr) { in ResultBuilder()
214 ObjCImplementation = Interface->getImplementation(); in ResultBuilder()
3763 case Decl::ObjCImplementation: in getCursorKindForDecl()
HDSemaDeclCXX.cpp16977 void Sema::SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation) { in SetIvarInitializers() argument
16980 if (ObjCInterfaceDecl *OID = ObjCImplementation->getClassInterface()) { in SetIvarInitializers()
16994 InitializationKind::CreateDefault(ObjCImplementation->getLocation()); in SetIvarInitializers()
17025 ObjCImplementation->setIvarInitializers(Context, in SetIvarInitializers()
HDSemaDeclObjC.cpp3802 case Decl::ObjCImplementation: in getObjCContainerKind()
HDSemaDecl.cpp13780 getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) in ActOnStartOfFunctionDef()
16567 case Decl::ObjCImplementation: in ActOnFields()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDecl.cpp79 case Decl::ObjCImplementation: in EmitDecl()
HDCodeGenModule.cpp5381 case Decl::ObjCImplementation: { in EmitTopLevelDecl()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp4836 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
HDRewriteModernObjC.cpp5736 case Decl::ObjCImplementation: { in HandleDeclInMainFile()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h6516 void SetIvarInitializers(ObjCImplementationDecl *ObjCImplementation);