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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnyCall.h32 ObjCMethod, enumerator in enum:clang::AnyCall::Kind
76 : E(ME), D(ME->getMethodDecl()), K(ObjCMethod) {}
91 AnyCall(const ObjCMethodDecl *D) : E(nullptr), D(D), K(ObjCMethod) {}
162 case ObjCMethod:
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4360 void Sema::CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod, argument
4363 if (!ObjCMethod)
4366 OverrideSearch overrides(*this, ObjCMethod);
4378 CheckObjCMethodDirectOverrides(ObjCMethod, overridden);
4380 } else if (isa<ObjCImplDecl>(ObjCMethod->getDeclContext())) {
4389 MethodPool.find(ObjCMethod->getSelector());
4392 ObjCMethod->isInstanceMethod()? It->second.first: It->second.second;
4403 CheckObjCMethodDirectOverrides(ObjCMethod, SuperOverridden);
4417 ObjCMethod->setRelatedResultType();
4420 mergeObjCMethodDecls(ObjCMethod, overridde
4619 ObjCMethodDecl *ObjCMethod = ObjCMethodDecl::Create( local
[all...]
H A DSemaCodeComplete.cpp3770 case Decl::ObjCMethod:
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp293 case Decl::ObjCMethod:
374 case Decl::ObjCMethod:
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DIssueHash.cpp108 case Decl::ObjCMethod:
H A DPlistDiagnostics.cpp709 case Decl::ObjCMethod:
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp252 case Decl::ObjCMethod: {
H A DDeclBase.cpp705 case ObjCMethod:
1192 case Decl::ObjCMethod:
H A DDeclObjC.cpp784 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo),
785 DeclContext(ObjCMethod), MethodDeclType(T), ReturnTInfo(ReturnTInfo),
982 // It is possible that we have not done deserializing the ObjCMethod yet.
H A DASTContext.cpp474 static void addRedeclaredMethods(const ObjCMethodDecl *ObjCMethod, argument
476 const DeclContext *DC = ObjCMethod->getDeclContext();
484 Ext->getMethod(ObjCMethod->getSelector(),
485 ObjCMethod->isInstanceMethod()))
H A DDecl.cpp1384 case Decl::ObjCMethod:
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp217 case Decl::ObjCMethod: {
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp185 case Decl::ObjCMethod:
H A DCodeGenModule.cpp5393 case Decl::ObjCMethod: {
5528 case Decl::ObjCMethod:
5574 case Decl::ObjCMethod: {
H A DCGDecl.cpp74 case Decl::ObjCMethod:
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp673 case AnyCall::ObjCMethod: {
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1841 case Decl::ObjCMethod:
H A DDeclObjC.h534 static bool classofKind(Kind K) { return K == ObjCMethod; }
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4818 case Decl::ObjCMethod: {
H A DRewriteModernObjC.cpp5717 case Decl::ObjCMethod: {
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9298 void CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod,

Completed in 269 milliseconds