Searched refs:LookupInObjCMethod (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaExpr.cpp | 2146 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
|
| HD | SemaExprCXX.cpp | 6369 return SemaRef.LookupInObjCMethod(R, Consumer.getScope(), in attemptRecovery()
|
| HD | SemaDecl.cpp | 759 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/ |
| HD | Sema.h | 3635 ExprResult LookupInObjCMethod(LookupResult &LookUp, Scope *S,
|