HomeSort by: relevance | last modified time | path
    Searched refs:LookupMethodInObjectType (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaPseudoObject.cpp 560 return S.LookupMethodInObjectType(sel,
565 return S.LookupMethodInObjectType(sel, PT->getPointeeType(), true);
571 return S.LookupMethodInObjectType(sel, PT->getPointeeType(), true);
573 return S.LookupMethodInObjectType(sel, PRE->getSuperReceiverType(), false);
578 return S.LookupMethodInObjectType(sel, IT, false);
1128 ObjCMethodDecl *Getter = S.LookupMethodInObjectType(GetterSelector, ContainerT,
1181 AtIndexGetter = S.LookupMethodInObjectType(AtIndexGetterSelector, ResultType,
1286 AtIndexSetter = S.LookupMethodInObjectType(AtIndexSetterSelector, ResultType,
SemaDeclObjC.cpp 3683 if (S.LookupMethodInObjectType(Sel, ObjectType, true/*Instance method*/))
3685 return S.LookupMethodInObjectType(Sel, ObjectType, false/*Class method*/) !=
SemaExprObjC.cpp 1936 ObjCMethodDecl *Sema::LookupMethodInObjectType(Selector sel, QualType type,
SemaExpr.cpp 11152 ObjCMethodDecl *Method = S.LookupMethodInObjectType(IsEqualSel,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 9693 ObjCMethodDecl *LookupMethodInObjectType(Selector Sel, QualType Ty,

Completed in 100 milliseconds