Searched refs:LookupInObjCMethod (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 2155 ExprResult E(LookupInObjCMethod(R, S, II, true)); in ActOnIdExpression() 2240 ExprResult E(LookupInObjCMethod(R, S, Ivar->getIdentifier())); in ActOnIdExpression() 2400 Sema::LookupInObjCMethod(LookupResult &Lookup, Scope *S, in LookupInObjCMethod() function in Sema
|
| H A D | SemaExprCXX.cpp | 7550 return SemaRef.LookupInObjCMethod(R, Consumer.getScope(), in attemptRecovery()
|
| H A D | SemaDecl.cpp | 880 ExprResult E = LookupInObjCMethod(Result, S, Name, true); in ClassifyName() 982 ExprResult E(LookupInObjCMethod(Result, S, Ivar->getIdentifier())); in ClassifyName()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 4172 ExprResult LookupInObjCMethod(LookupResult &LookUp, Scope *S,
|