Searched refs:LookupInObjCMethod (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 890 ExprResult LookupInObjCMethod(LookupResult &LookUp, Scope *S,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 4853 ExprResult SemaObjC::LookupInObjCMethod(LookupResult &Lookup, Scope *S, in LookupInObjCMethod() function in SemaObjC
|
| H A D | SemaExprCXX.cpp | 8681 return SemaRef.ObjC().LookupInObjCMethod(R, Consumer.getScope(), in attemptRecovery()
|
| H A D | SemaExpr.cpp | 2728 ExprResult E(ObjC().LookupInObjCMethod(R, S, II, true)); in ActOnIdExpression() 2813 ExprResult E(ObjC().LookupInObjCMethod(R, S, Ivar->getIdentifier())); in ActOnIdExpression()
|