Home
last modified time | relevance | path

Searched refs:LookupIvarInObjCMethod (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h883 DeclResult LookupIvarInObjCMethod(LookupResult &Lookup, Scope *S,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp4780 DeclResult SemaObjC::LookupIvarInObjCMethod(LookupResult &Lookup, Scope *S, in LookupIvarInObjCMethod() function in SemaObjC
4857 DeclResult Ivar = LookupIvarInObjCMethod(Lookup, S, II); in LookupInObjCMethod()
H A DSemaDecl.cpp897 DeclResult Ivar = ObjC().LookupIvarInObjCMethod(Result, S, Name); in ClassifyName()
1015 ObjC().LookupIvarInObjCMethod(Result, S, Ivar->getIdentifier()); in ClassifyName()