Searched refs:LookupInObjCMethod (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 2518 ExprResult E(LookupInObjCMethod(R, S, II, true)); in ActOnIdExpression() 2602 ExprResult E(LookupInObjCMethod(R, S, Ivar->getIdentifier())); in ActOnIdExpression() 2903 Sema::LookupInObjCMethod(LookupResult &Lookup, Scope *S, in LookupInObjCMethod() function in Sema
|
| H A D | SemaExprCXX.cpp | 8118 return SemaRef.LookupInObjCMethod(R, Consumer.getScope(), in attemptRecovery()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5142 ExprResult LookupInObjCMethod(LookupResult &LookUp, Scope *S,
|