Searched refs:ObjCMethod (Results 1 - 21 of 21) 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.cpp2944 void Sema::CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod, argument
2948 OverrideSearch overrides(*this, ObjCMethod);
2965 } else if (isa<ObjCImplDecl>(ObjCMethod->getDeclContext())) {
2974 MethodPool.find(ObjCMethod->getSelector());
2977 ObjCMethod->isInstanceMethod()? It->second.first: It->second.second;
3003 ObjCMethod->SetRelatedResultType();
3006 mergeObjCMethodDecls(ObjCMethod, overridden);
3008 if (ObjCMethod->isImplicit() && overridden->isImplicit())
3012 if (isa<ObjCInterfaceDecl>(ObjCMethod->getDeclContext()) ||
3013 isa<ObjCImplementationDecl>(ObjCMethod
3080 ObjCMethodDecl *ObjCMethod = ObjCMethodDecl::Create( local
[all...]
H A DSemaCodeComplete.cpp2924 case Decl::ObjCMethod:
/external/clang/lib/Serialization/
H A DASTCommon.cpp120 case Decl::ObjCMethod:
196 case Decl::ObjCMethod:
/external/clang/lib/Frontend/
H A DASTConsumers.cpp228 case Decl::ObjCMethod:
381 case Decl::ObjCMethod:
/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2066 ObjCMethod = 1U << 2, enumerator in enum:clang::__anon19556
2099 .Case("ObjCMethod", ObjCMethod)
2133 case ObjCMethod: return "ExpectedMethod";
2144 case Func | ObjCMethod | Block: return "ExpectedFunctionMethodOrBlock";
2145 case Func | ObjCMethod | Class: return "ExpectedFunctionMethodOrClass";
2147 case Func | ObjCMethod | Param: return "ExpectedFunctionMethodOrParameter";
2148 case Func | ObjCMethod: return "ExpectedFunctionOrMethod";
2156 case ObjCMethod | ObjCProp: return "ExpectedMethodOrProperty";
/external/clang/lib/AST/
H A DComment.cpp178 case Decl::ObjCMethod: {
H A DDeclBase.cpp515 case ObjCMethod:
896 case Decl::ObjCMethod:
H A DASTContext.cpp401 static void addRedeclaredMethods(const ObjCMethodDecl *ObjCMethod, argument
403 const DeclContext *DC = ObjCMethod->getDeclContext();
411 Ext->getMethod(ObjCMethod->getSelector(),
412 ObjCMethod->isInstanceMethod()))
H A DDecl.cpp1211 case Decl::ObjCMethod:
/external/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp404 case Decl::ObjCMethod:
/external/clang/include/clang/AST/
H A DDeclObjC.h233 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo),
234 DeclContext(ObjCMethod), Family(InvalidObjCMethodFamily),
492 static bool classofKind(Kind K) { return K == ObjCMethod; }
H A DDeclBase.h1138 case Decl::ObjCMethod:
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp293 case Decl::ObjCMethod:
H A DCGDecl.cpp62 case Decl::ObjCMethod:
H A DCodeGenModule.cpp3176 case Decl::ObjCMethod: {
/external/clang/tools/libclang/
H A DIndexingContext.cpp1003 case Decl::ObjCMethod:
H A DCIndex.cpp4830 case Decl::ObjCMethod: {
6027 case Decl::ObjCMethod:
/external/clang/include/clang/Sema/
H A DSema.h7067 void CheckObjCMethodOverrides(ObjCMethodDecl *ObjCMethod,
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp5856 case Decl::ObjCMethod: {
H A DRewriteObjC.cpp4873 case Decl::ObjCMethod: {

Completed in 392 milliseconds