Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp2146 ExprResult E(LookupInObjCMethod(R, S, II, true)); in ActOnIdExpression()
2228 ExprResult E(LookupInObjCMethod(R, S, Ivar->getIdentifier())); in ActOnIdExpression()
2390 Sema::LookupInObjCMethod(LookupResult &Lookup, Scope *S, in LookupInObjCMethod() function in Sema
HDSemaExprCXX.cpp6369 return SemaRef.LookupInObjCMethod(R, Consumer.getScope(), in attemptRecovery()
HDSemaDecl.cpp759 ExprResult E = LookupInObjCMethod(Result, S, Name, true); in ClassifyName()
862 ExprResult E(LookupInObjCMethod(Result, S, Ivar->getIdentifier())); in ClassifyName()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h3635 ExprResult LookupInObjCMethod(LookupResult &LookUp, Scope *S,