Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h890 ExprResult LookupInObjCMethod(LookupResult &LookUp, Scope *S,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp4853 ExprResult SemaObjC::LookupInObjCMethod(LookupResult &Lookup, Scope *S, in LookupInObjCMethod() function in SemaObjC
H A DSemaExprCXX.cpp8681 return SemaRef.ObjC().LookupInObjCMethod(R, Consumer.getScope(), in attemptRecovery()
H A DSemaExpr.cpp2728 ExprResult E(ObjC().LookupInObjCMethod(R, S, II, true)); in ActOnIdExpression()
2813 ExprResult E(ObjC().LookupInObjCMethod(R, S, Ivar->getIdentifier())); in ActOnIdExpression()