Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp2124 ExprResult E(LookupInObjCMethod(R, S, II, true)); in ActOnIdExpression()
2206 ExprResult E(LookupInObjCMethod(R, S, Ivar->getIdentifier())); in ActOnIdExpression()
2366 Sema::LookupInObjCMethod(LookupResult &Lookup, Scope *S, in LookupInObjCMethod() function in Sema
DSemaExprCXX.cpp6447 return SemaRef.LookupInObjCMethod(R, Consumer.getScope(), in attemptRecovery()
DSemaDecl.cpp759 ExprResult E = LookupInObjCMethod(Result, S, Name, true); in ClassifyName()
862 ExprResult E(LookupInObjCMethod(Result, S, Ivar->getIdentifier())); in ClassifyName()
/external/clang/include/clang/Sema/
DSema.h3695 ExprResult LookupInObjCMethod(LookupResult &LookUp, Scope *S,