| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 4358 ObjCMethod->setRelatedResultType(); in CheckObjCMethodOverrides() 4632 Param->setDeclContext(ObjCMethod); in ActOnMethodDeclaration() 4637 ObjCMethod->setObjCDeclQualifier( in ActOnMethodDeclaration() 4665 << ObjCMethod->getDeclName(); in ActOnMethodDeclaration() 4692 << ObjCMethod->getDeclName(); in ActOnMethodDeclaration() 4694 ObjCMethod->setInvalidDecl(); in ActOnMethodDeclaration() 4695 return ObjCMethod; in ActOnMethodDeclaration() 4753 ObjCMethod->setRelatedResultType(); in ActOnMethodDeclaration() 4763 if (ObjCMethod->isClassMethod() && in ActOnMethodDeclaration() 4771 ActOnDocumentableDecl(ObjCMethod); in ActOnMethodDeclaration() [all …]
|
| H A D | SemaCodeComplete.cpp | 3385 case Decl::ObjCMethod: in getCursorKindForDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | Attr.td | 788 // let Subjects = [Function, ObjCMethod]; 1150 // let Subjects = [Function, ObjCMethod]; 1295 // let Subjects = [Function, ObjCMethod]; 1684 let Subjects = SubjectList<[ObjCMethod]>; 1827 // let Subjects = [Function, ObjCMethod]; 1836 // let Subjects = [Function, ObjCMethod]; 1955 // let Subjects = [Function, ObjCMethod]; 1988 // let Subjects = [Function, ObjCMethod]; 1995 // let Subjects = [Function, ObjCMethod]; 2002 // let Subjects = [Function, ObjCMethod]; [all …]
|
| H A D | DeclNodes.td | 76 def ObjCMethod : DDecl<Named, "Objective-C methods">, DeclContext;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 289 case Decl::ObjCMethod: in getDefinitiveDeclContext() 370 case Decl::ObjCMethod: in isRedeclarableDeclKind()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | IssueHash.cpp | 109 case Decl::ObjCMethod: in GetEnclosingDeclContextSignature()
|
| H A D | PlistDiagnostics.cpp | 620 case Decl::ObjCMethod: in FlushDiagnosticsImpl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Comment.cpp | 238 case Decl::ObjCMethod: { in fill()
|
| H A D | DeclBase.cpp | 717 case ObjCMethod: in getIdentifierNamespaceForKind() 1174 case Decl::ObjCMethod: in getPrimaryContext()
|
| H A D | DeclObjC.cpp | 787 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in ObjCMethodDecl() 788 DeclContext(ObjCMethod), MethodDeclType(T), ReturnTInfo(ReturnTInfo), in ObjCMethodDecl()
|
| H A D | ASTContext.cpp | 453 static void addRedeclaredMethods(const ObjCMethodDecl *ObjCMethod, in addRedeclaredMethods() argument 455 const DeclContext *DC = ObjCMethod->getDeclContext(); in addRedeclaredMethods() 463 Ext->getMethod(ObjCMethod->getSelector(), in addRedeclaredMethods() 464 ObjCMethod->isInstanceMethod())) in addRedeclaredMethods()
|
| H A D | Decl.cpp | 1356 case Decl::ObjCMethod: in computeLVForDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | IndexSymbol.cpp | 212 case Decl::ObjCMethod: { in getSymbolInfo()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 185 case Decl::ObjCMethod: in VisitDecl()
|
| H A D | CodeGenModule.cpp | 4928 case Decl::ObjCMethod: { in EmitTopLevelDecl() 5060 case Decl::ObjCMethod: in AddDeferredUnusedCoverageMapping() 5106 case Decl::ObjCMethod: { in EmitDeferredUnusedCoverageMappings()
|
| H A D | CGDecl.cpp | 73 case Decl::ObjCMethod: in EmitDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | DeclBase.h | 1804 case Decl::ObjCMethod: in isFunctionOrMethod()
|
| H A D | DeclObjC.h | 522 static bool classofKind(Kind K) { return K == ObjCMethod; } in classofKind()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 4814 case Decl::ObjCMethod: { in HandleDeclInMainFile()
|
| H A D | RewriteModernObjC.cpp | 5720 case Decl::ObjCMethod: { in HandleDeclInMainFile()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 8345 void CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod,
|