Searched refs:LookupIvarInObjCMethod (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 900 DeclResult Ivar = LookupIvarInObjCMethod(Result, S, Name); in ClassifyName() 1018 LookupIvarInObjCMethod(Result, S, Ivar->getIdentifier()); in ClassifyName()
|
| H A D | SemaExpr.cpp | 2825 DeclResult Sema::LookupIvarInObjCMethod(LookupResult &Lookup, Scope *S, in LookupIvarInObjCMethod() function in Sema 2965 DeclResult Ivar = LookupIvarInObjCMethod(Lookup, S, II); in LookupInObjCMethod()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 5418 DeclResult LookupIvarInObjCMethod(LookupResult &Lookup, Scope *S,
|