Home
last modified time | relevance | path

Searched refs:ObjCMethod (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4440 if (!ObjCMethod) in CheckObjCMethodOverrides()
4830 Param->setDeclContext(ObjCMethod); in ActOnMethodDeclaration()
4835 ObjCMethod->setObjCDeclQualifier( in ActOnMethodDeclaration()
4883 ObjCMethod->addAttr( in ActOnMethodDeclaration()
4940 ObjCMethod->addAttr( in ActOnMethodDeclaration()
4993 << ObjCMethod->getDeclName(); in ActOnMethodDeclaration()
4995 ObjCMethod->setInvalidDecl(); in ActOnMethodDeclaration()
4996 return ObjCMethod; in ActOnMethodDeclaration()
5073 ObjCMethod->createImplicitParams(Context, ObjCMethod->getClassInterface()); in ActOnMethodDeclaration()
5075 ActOnDocumentableDecl(ObjCMethod); in ActOnMethodDeclaration()
[all …]
H A DSemaCodeComplete.cpp4088 case Decl::ObjCMethod: in getCursorKindForDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnyCall.h33 ObjCMethod, enumerator
80 : E(ME), D(ME->getMethodDecl()), K(ObjCMethod) {} in AnyCall()
98 AnyCall(const ObjCMethodDecl *D) : E(nullptr), D(D), K(ObjCMethod) {} in AnyCall()
171 case ObjCMethod: in getReturnType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td1053 // let Subjects = [Function, ObjCMethod];
1583 // let Subjects = [Function, ObjCMethod];
1757 // let Subjects = [Function, ObjCMethod];
2322 let Subjects = SubjectList<[ObjCMethod]>;
2512 // let Subjects = [Function, ObjCMethod];
2521 // let Subjects = [Function, ObjCMethod];
2837 // let Subjects = [Function, ObjCMethod];
2901 // let Subjects = [Function, ObjCMethod];
2908 // let Subjects = [Function, ObjCMethod];
2915 // let Subjects = [Function, ObjCMethod];
[all …]
H A DDeclNodes.td82 def ObjCMethod : DeclNode<Named, "Objective-C methods">, DeclContext;
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp323 case Decl::ObjCMethod: in getDefinitiveDeclContext()
408 case Decl::ObjCMethod: in isRedeclarableDeclKind()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h115 ObjCMethod, enumerator
H A DDeclBase.h2132 case Decl::ObjCMethod:
H A DDeclObjC.h541 static bool classofKind(Kind K) { return K == ObjCMethod; } in classofKind()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DIssueHash.cpp110 case Decl::ObjCMethod: in GetEnclosingDeclContextSignature()
H A DRetainSummaryManager.cpp679 case AnyCall::ObjCMethod: { in getSummary()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp618 case Decl::ObjCMethod: in FindTypeDiffs()
619 return ObjCMethod; in FindTypeDiffs()
978 case ObjCMethod: in diagnoseMismatch()
1616 case ObjCMethod: in diagnoseMismatch()
2059 case ObjCMethod: { in diagnoseMismatch()
2187 case ObjCMethod: { in diagnoseMismatch()
H A DComment.cpp255 case Decl::ObjCMethod: { in fill()
H A DDeclBase.cpp836 case ObjCMethod: in getIdentifierNamespaceForKind()
1383 case Decl::ObjCMethod: in getPrimaryContext()
H A DDeclObjC.cpp829 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in ObjCMethodDecl()
830 DeclContext(ObjCMethod), MethodDeclType(T), ReturnTInfo(ReturnTInfo), in ObjCMethodDecl()
H A DODRHash.cpp548 case Decl::ObjCMethod: in isSubDeclToBeProcessed()
H A DASTContext.cpp478 static void addRedeclaredMethods(const ObjCMethodDecl *ObjCMethod, in addRedeclaredMethods() argument
480 const DeclContext *DC = ObjCMethod->getDeclContext(); in addRedeclaredMethods()
488 Ext->getMethod(ObjCMethod->getSelector(), in addRedeclaredMethods()
489 ObjCMethod->isInstanceMethod())) in addRedeclaredMethods()
H A DDecl.cpp1501 case Decl::ObjCMethod: in computeLVForDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp218 case Decl::ObjCMethod: { in getSymbolInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp723 case Decl::ObjCMethod: in FlushDiagnosticsImpl()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp205 case Decl::ObjCMethod: in VisitDecl()
H A DCodeGenModule.cpp6862 case Decl::ObjCMethod: { in EmitTopLevelDecl()
7036 case Decl::ObjCMethod: in AddDeferredUnusedCoverageMapping()
7076 case Decl::ObjCMethod: { in EmitDeferredUnusedCoverageMappings()
H A DCGDecl.cpp79 case Decl::ObjCMethod: in EmitDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4817 case Decl::ObjCMethod: { in HandleDeclInMainFile()
H A DRewriteModernObjC.cpp5716 case Decl::ObjCMethod: { in HandleDeclInMainFile()

12