Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttr.td923 // let Subjects = [Function, ObjCMethod];
1391 // let Subjects = [Function, ObjCMethod];
1564 // let Subjects = [Function, ObjCMethod];
2053 let Subjects = SubjectList<[ObjCMethod]>;
2240 // let Subjects = [Function, ObjCMethod];
2249 // let Subjects = [Function, ObjCMethod];
2445 // let Subjects = [Function, ObjCMethod];
2498 // let Subjects = [Function, ObjCMethod];
2505 // let Subjects = [Function, ObjCMethod];
2512 // let Subjects = [Function, ObjCMethod];
[all …]
H A DDeclNodes.td78 def ObjCMethod : DeclNode<Named, "Objective-C methods">, DeclContext;
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTCommon.cpp315 case Decl::ObjCMethod: in getDefinitiveDeclContext()
398 case Decl::ObjCMethod: in isRedeclarableDeclKind()
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DIssueHash.cpp109 case Decl::ObjCMethod: in GetEnclosingDeclContextSignature()
H A DRetainSummaryManager.cpp675 case AnyCall::ObjCMethod: { in getSummary()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DComment.cpp252 case Decl::ObjCMethod: { in fill()
H A DDeclBase.cpp749 case ObjCMethod: in getIdentifierNamespaceForKind()
1234 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()
/netbsd/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexSymbol.cpp217 case Decl::ObjCMethod: { in getSymbolInfo()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp724 case Decl::ObjCMethod: in FlushDiagnosticsImpl()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp191 case Decl::ObjCMethod: in VisitDecl()
H A DCodeGenModule.cpp5787 case Decl::ObjCMethod: { in EmitTopLevelDecl()
5945 case Decl::ObjCMethod: in AddDeferredUnusedCoverageMapping()
5991 case Decl::ObjCMethod: { in EmitDeferredUnusedCoverageMappings()
H A DCGDecl.cpp78 case Decl::ObjCMethod: in EmitDecl()
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp6551 case Decl::ObjCMethod: { in clang_getCursorDefinition()
7906 case Decl::ObjCMethod: in getDeclLanguage()
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4829 case Decl::ObjCMethod: { in HandleDeclInMainFile()
H A DRewriteModernObjC.cpp5728 case Decl::ObjCMethod: { in HandleDeclInMainFile()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h9849 void CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod,