Home
last modified time | relevance | path

Searched refs:LookupInObjCMethod (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Sema/
DSemaExpr.cpp2187 ExprResult E(LookupInObjCMethod(R, S, II, true)); in ActOnIdExpression()
2269 ExprResult E(LookupInObjCMethod(R, S, Ivar->getIdentifier())); in ActOnIdExpression()
2429 Sema::LookupInObjCMethod(LookupResult &Lookup, Scope *S, in LookupInObjCMethod() function in Sema
DSemaExprCXX.cpp6726 return SemaRef.LookupInObjCMethod(R, Consumer.getScope(), in attemptRecovery()
DSemaDecl.cpp803 ExprResult E = LookupInObjCMethod(Result, S, Name, true); in ClassifyName()
905 ExprResult E(LookupInObjCMethod(Result, S, Ivar->getIdentifier())); in ClassifyName()
/external/clang/include/clang/Sema/
DSema.h3786 ExprResult LookupInObjCMethod(LookupResult &LookUp, Scope *S,