Searched refs:LookupIvarInObjCMethod (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 883 DeclResult LookupIvarInObjCMethod(LookupResult &Lookup, Scope *S,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 4780 DeclResult SemaObjC::LookupIvarInObjCMethod(LookupResult &Lookup, Scope *S, in LookupIvarInObjCMethod() function in SemaObjC 4857 DeclResult Ivar = LookupIvarInObjCMethod(Lookup, S, II); in LookupInObjCMethod()
|
| H A D | SemaDecl.cpp | 897 DeclResult Ivar = ObjC().LookupIvarInObjCMethod(Result, S, Name); in ClassifyName() 1015 ObjC().LookupIvarInObjCMethod(Result, S, Ivar->getIdentifier()); in ClassifyName()
|