Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4425 if (!ObjCMethod) in CheckObjCMethodOverrides()
4810 Param->setDeclContext(ObjCMethod); in ActOnMethodDeclaration()
4815 ObjCMethod->setObjCDeclQualifier( in ActOnMethodDeclaration()
4863 ObjCMethod->addAttr( in ActOnMethodDeclaration()
4920 ObjCMethod->addAttr( in ActOnMethodDeclaration()
4973 << ObjCMethod->getDeclName(); in ActOnMethodDeclaration()
4975 ObjCMethod->setInvalidDecl(); in ActOnMethodDeclaration()
4976 return ObjCMethod; in ActOnMethodDeclaration()
5053 ObjCMethod->createImplicitParams(Context, ObjCMethod->getClassInterface()); in ActOnMethodDeclaration()
5055 ActOnDocumentableDecl(ObjCMethod); in ActOnMethodDeclaration()
[all …]
H A DSemaCodeComplete.cpp3860 case Decl::ObjCMethod: in getCursorKindForDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnyCall.h32 ObjCMethod, enumerator
79 : E(ME), D(ME->getMethodDecl()), K(ObjCMethod) {} in AnyCall()
97 AnyCall(const ObjCMethodDecl *D) : E(nullptr), D(D), K(ObjCMethod) {} in AnyCall()
170 case ObjCMethod: in getReturnType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td929 // let Subjects = [Function, ObjCMethod];
1397 // let Subjects = [Function, ObjCMethod];
1570 // let Subjects = [Function, ObjCMethod];
2066 let Subjects = SubjectList<[ObjCMethod]>;
2253 // let Subjects = [Function, ObjCMethod];
2262 // let Subjects = [Function, ObjCMethod];
2458 // let Subjects = [Function, ObjCMethod];
2521 // let Subjects = [Function, ObjCMethod];
2528 // let Subjects = [Function, ObjCMethod];
2535 // let Subjects = [Function, ObjCMethod];
[all …]
H A DDeclNodes.td81 def ObjCMethod : DeclNode<Named, "Objective-C methods">, DeclContext;
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp315 case Decl::ObjCMethod: in getDefinitiveDeclContext()
399 case Decl::ObjCMethod: in isRedeclarableDeclKind()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DIssueHash.cpp109 case Decl::ObjCMethod: in GetEnclosingDeclContextSignature()
H A DRetainSummaryManager.cpp683 case AnyCall::ObjCMethod: { in getSummary()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp252 case Decl::ObjCMethod: { in fill()
H A DDeclBase.cpp749 case ObjCMethod: in getIdentifierNamespaceForKind()
1239 case Decl::ObjCMethod: in getPrimaryContext()
H A DDeclObjC.cpp786 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in ObjCMethodDecl()
787 DeclContext(ObjCMethod), MethodDeclType(T), ReturnTInfo(ReturnTInfo), in ObjCMethodDecl()
H A DASTContext.cpp458 static void addRedeclaredMethods(const ObjCMethodDecl *ObjCMethod, in addRedeclaredMethods() argument
460 const DeclContext *DC = ObjCMethod->getDeclContext(); in addRedeclaredMethods()
468 Ext->getMethod(ObjCMethod->getSelector(), in addRedeclaredMethods()
469 ObjCMethod->isInstanceMethod())) in addRedeclaredMethods()
H A DDecl.cpp1399 case Decl::ObjCMethod: in computeLVForDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp217 case Decl::ObjCMethod: { in getSymbolInfo()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp724 case Decl::ObjCMethod: in FlushDiagnosticsImpl()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp191 case Decl::ObjCMethod: in VisitDecl()
H A DCodeGenModule.cpp5821 case Decl::ObjCMethod: { in EmitTopLevelDecl()
5979 case Decl::ObjCMethod: in AddDeferredUnusedCoverageMapping()
6025 case Decl::ObjCMethod: { in EmitDeferredUnusedCoverageMappings()
H A DCGDecl.cpp78 case Decl::ObjCMethod: in EmitDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1916 case Decl::ObjCMethod:
H A DDeclObjC.h542 static bool classofKind(Kind K) { return K == ObjCMethod; } in classofKind()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4817 case Decl::ObjCMethod: { in HandleDeclInMainFile()
H A DRewriteModernObjC.cpp5717 case Decl::ObjCMethod: { in HandleDeclInMainFile()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9918 void CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod,