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

/external/clang/test/Index/
H A Dprint-usrs.c6 ObjCMethod foo: 0 c:objc(cs)NSObject
7 ObjCMethod baz:with 1 c:objc(cs)NSObject
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp4096 void Sema::CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod, argument
4100 OverrideSearch overrides(*this, ObjCMethod);
4117 } else if (isa<ObjCImplDecl>(ObjCMethod->getDeclContext())) {
4126 MethodPool.find(ObjCMethod->getSelector());
4129 ObjCMethod->isInstanceMethod()? It->second.first: It->second.second;
4155 ObjCMethod->SetRelatedResultType();
4158 mergeObjCMethodDecls(ObjCMethod, overridden);
4160 if (ObjCMethod->isImplicit() && overridden->isImplicit())
4164 if (isa<ObjCInterfaceDecl>(ObjCMethod->getDeclContext()) ||
4165 isa<ObjCImplementationDecl>(ObjCMethod
4317 ObjCMethodDecl *ObjCMethod = ObjCMethodDecl::Create( local
[all...]
H A DSemaCodeComplete.cpp3039 case Decl::ObjCMethod:
/external/clang/lib/Serialization/
H A DASTCommon.cpp208 case Decl::ObjCMethod:
287 case Decl::ObjCMethod:
/external/clang/lib/Frontend/
H A DASTConsumers.cpp237 case Decl::ObjCMethod:
388 case Decl::ObjCMethod:
/external/clang/lib/StaticAnalyzer/Core/
H A DIssueHash.cpp103 case Decl::ObjCMethod:
H A DPlistDiagnostics.cpp418 case Decl::ObjCMethod:
/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2563 ObjCMethod = 1U << 2,
2597 .Case("ObjCMethod", ObjCMethod)
2633 case ObjCMethod: return "ExpectedMethod";
2644 case Func | ObjCMethod | Block: return "ExpectedFunctionMethodOrBlock";
2645 case Func | ObjCMethod | Class: return "ExpectedFunctionMethodOrClass";
2647 case Func | ObjCMethod | Param: return "ExpectedFunctionMethodOrParameter";
2648 case Func | ObjCMethod: return "ExpectedFunctionOrMethod";
2656 case ObjCMethod | ObjCProp: return "ExpectedMethodOrProperty";
/external/clang/lib/AST/
H A DComment.cpp177 case Decl::ObjCMethod: {
H A DDeclBase.cpp604 case ObjCMethod:
1006 case Decl::ObjCMethod:
H A DASTContext.cpp404 static void addRedeclaredMethods(const ObjCMethodDecl *ObjCMethod, argument
406 const DeclContext *DC = ObjCMethod->getDeclContext();
414 Ext->getMethod(ObjCMethod->getSelector(),
415 ObjCMethod->isInstanceMethod()))
H A DDecl.cpp1275 case Decl::ObjCMethod:
/external/clang/lib/Index/
H A DIndexSymbol.cpp139 case Decl::ObjCMethod:
/external/clang/include/clang/AST/
H A DDeclObjC.h233 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo),
234 DeclContext(ObjCMethod), Family(InvalidObjCMethodFamily),
496 static bool classofKind(Kind K) { return K == ObjCMethod; }
H A DDeclBase.h1267 case Decl::ObjCMethod:
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp139 case Decl::ObjCMethod:
H A DCodeGenModule.cpp3859 case Decl::ObjCMethod: {
3958 case Decl::ObjCMethod:
4007 case Decl::ObjCMethod: {
H A DCGDecl.cpp68 case Decl::ObjCMethod:
/external/clang/tools/libclang/
H A DCIndex.cpp5716 case Decl::ObjCMethod: {
6923 case Decl::ObjCMethod:
/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4819 case Decl::ObjCMethod: {
H A DRewriteModernObjC.cpp5729 case Decl::ObjCMethod: {
/external/clang/include/clang/Sema/
H A DSema.h7710 void CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod,

Completed in 473 milliseconds