Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp2155 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 DSemaExprCXX.cpp7550 return SemaRef.LookupInObjCMethod(R, Consumer.getScope(), in attemptRecovery()
H A DSemaDecl.cpp880 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 DSema.h4172 ExprResult LookupInObjCMethod(LookupResult &LookUp, Scope *S,