| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 4425 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 D | SemaCodeComplete.cpp | 3860 case Decl::ObjCMethod: in getCursorKindForDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | AnyCall.h | 32 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 D | Attr.td | 929 // 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 D | DeclNodes.td | 81 def ObjCMethod : DeclNode<Named, "Objective-C methods">, DeclContext;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 315 case Decl::ObjCMethod: in getDefinitiveDeclContext() 399 case Decl::ObjCMethod: in isRedeclarableDeclKind()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | IssueHash.cpp | 109 case Decl::ObjCMethod: in GetEnclosingDeclContextSignature()
|
| H A D | RetainSummaryManager.cpp | 683 case AnyCall::ObjCMethod: { in getSummary()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Comment.cpp | 252 case Decl::ObjCMethod: { in fill()
|
| H A D | DeclBase.cpp | 749 case ObjCMethod: in getIdentifierNamespaceForKind() 1239 case Decl::ObjCMethod: in getPrimaryContext()
|
| H A D | DeclObjC.cpp | 786 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in ObjCMethodDecl() 787 DeclContext(ObjCMethod), MethodDeclType(T), ReturnTInfo(ReturnTInfo), in ObjCMethodDecl()
|
| H A D | ASTContext.cpp | 458 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 D | Decl.cpp | 1399 case Decl::ObjCMethod: in computeLVForDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 217 case Decl::ObjCMethod: { in getSymbolInfo()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | PlistDiagnostics.cpp | 724 case Decl::ObjCMethod: in FlushDiagnosticsImpl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 191 case Decl::ObjCMethod: in VisitDecl()
|
| H A D | CodeGenModule.cpp | 5821 case Decl::ObjCMethod: { in EmitTopLevelDecl() 5979 case Decl::ObjCMethod: in AddDeferredUnusedCoverageMapping() 6025 case Decl::ObjCMethod: { in EmitDeferredUnusedCoverageMappings()
|
| H A D | CGDecl.cpp | 78 case Decl::ObjCMethod: in EmitDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclBase.h | 1916 case Decl::ObjCMethod:
|
| H A D | DeclObjC.h | 542 static bool classofKind(Kind K) { return K == ObjCMethod; } in classofKind()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 4817 case Decl::ObjCMethod: { in HandleDeclInMainFile()
|
| H A D | RewriteModernObjC.cpp | 5717 case Decl::ObjCMethod: { in HandleDeclInMainFile()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 9918 void CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod,
|