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

/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnyCall.h33 ObjCMethod, enumerator in enum:clang::AnyCall::Kind
80 : E(ME), D(ME->getMethodDecl()), K(ObjCMethod) {}
98 AnyCall(const ObjCMethodDecl *D) : E(nullptr), D(D), K(ObjCMethod) {}
171 case ObjCMethod:
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4437 void Sema::CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod, argument
4440 if (!ObjCMethod)
4448 OverrideSearch overrides(*this, ObjCMethod);
4459 CheckObjCMethodDirectOverrides(ObjCMethod, overridden);
4461 } else if (isa<ObjCImplDecl>(ObjCMethod->getDeclContext())) {
4470 MethodPool.find(ObjCMethod->getSelector());
4473 ObjCMethod->isInstanceMethod()? It->second.first: It->second.second;
4484 CheckObjCMethodDirectOverrides(ObjCMethod, SuperOverridden);
4498 ObjCMethod->setRelatedResultType();
4501 mergeObjCMethodDecls(ObjCMethod, overridde
4756 ObjCMethodDecl *ObjCMethod = ObjCMethodDecl::Create( local
[all...]
H A DSemaCodeComplete.cpp4088 case Decl::ObjCMethod:
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h115 ObjCMethod, enumerator in enum:clang::ODRDiagsEmitter::ODRMismatchDecl
H A DDeclBase.h2132 case Decl::ObjCMethod:
H A DDeclObjC.h541 static bool classofKind(Kind K) { return K == ObjCMethod; }
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp323 case Decl::ObjCMethod:
408 case Decl::ObjCMethod:
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DIssueHash.cpp110 case Decl::ObjCMethod:
H A DRetainSummaryManager.cpp679 case AnyCall::ObjCMethod: {
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp255 case Decl::ObjCMethod: {
H A DODRDiagsEmitter.cpp618 case Decl::ObjCMethod:
619 return ObjCMethod;
978 case ObjCMethod:
1616 case ObjCMethod:
2059 case ObjCMethod: {
2187 case ObjCMethod: {
H A DDeclBase.cpp836 case ObjCMethod:
1383 case Decl::ObjCMethod:
H A DDeclObjC.cpp829 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo),
830 DeclContext(ObjCMethod), MethodDeclType(T), ReturnTInfo(ReturnTInfo),
1037 // It is possible that we have not done deserializing the ObjCMethod yet.
H A DODRHash.cpp548 case Decl::ObjCMethod:
H A DASTContext.cpp478 static void addRedeclaredMethods(const ObjCMethodDecl *ObjCMethod, argument
480 const DeclContext *DC = ObjCMethod->getDeclContext();
488 Ext->getMethod(ObjCMethod->getSelector(),
489 ObjCMethod->isInstanceMethod()))
H A DDecl.cpp1501 case Decl::ObjCMethod:
/freebsd-current/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp218 case Decl::ObjCMethod: {
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp723 case Decl::ObjCMethod:
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp205 case Decl::ObjCMethod:
H A DCodeGenModule.cpp6862 case Decl::ObjCMethod: {
7036 case Decl::ObjCMethod:
7076 case Decl::ObjCMethod: {
H A DCGDecl.cpp79 case Decl::ObjCMethod:
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp5716 case Decl::ObjCMethod: {
H A DRewriteObjC.cpp4817 case Decl::ObjCMethod: {
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10885 void CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod,

Completed in 531 milliseconds