Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp4358 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 DSemaCodeComplete.cpp3385 case Decl::ObjCMethod: in getCursorKindForDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DAttr.td788 // 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 DDeclNodes.td76 def ObjCMethod : DDecl<Named, "Objective-C methods">, DeclContext;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTCommon.cpp289 case Decl::ObjCMethod: in getDefinitiveDeclContext()
370 case Decl::ObjCMethod: in isRedeclarableDeclKind()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DIssueHash.cpp109 case Decl::ObjCMethod: in GetEnclosingDeclContextSignature()
H A DPlistDiagnostics.cpp620 case Decl::ObjCMethod: in FlushDiagnosticsImpl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DComment.cpp238 case Decl::ObjCMethod: { in fill()
H A DDeclBase.cpp717 case ObjCMethod: in getIdentifierNamespaceForKind()
1174 case Decl::ObjCMethod: in getPrimaryContext()
H A DDeclObjC.cpp787 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in ObjCMethodDecl()
788 DeclContext(ObjCMethod), MethodDeclType(T), ReturnTInfo(ReturnTInfo), in ObjCMethodDecl()
H A DASTContext.cpp453 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 DDecl.cpp1356 case Decl::ObjCMethod: in computeLVForDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexSymbol.cpp212 case Decl::ObjCMethod: { in getSymbolInfo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenPGO.cpp185 case Decl::ObjCMethod: in VisitDecl()
H A DCodeGenModule.cpp4928 case Decl::ObjCMethod: { in EmitTopLevelDecl()
5060 case Decl::ObjCMethod: in AddDeferredUnusedCoverageMapping()
5106 case Decl::ObjCMethod: { in EmitDeferredUnusedCoverageMappings()
H A DCGDecl.cpp73 case Decl::ObjCMethod: in EmitDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h1804 case Decl::ObjCMethod: in isFunctionOrMethod()
H A DDeclObjC.h522 static bool classofKind(Kind K) { return K == ObjCMethod; } in classofKind()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4814 case Decl::ObjCMethod: { in HandleDeclInMainFile()
H A DRewriteModernObjC.cpp5720 case Decl::ObjCMethod: { in HandleDeclInMainFile()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h8345 void CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod,