Searched refs:LookupIvarInObjCMethod (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaDecl.cpp | 892 DeclResult Ivar = LookupIvarInObjCMethod(Result, S, Name); in ClassifyName() 1006 LookupIvarInObjCMethod(Result, S, Ivar->getIdentifier()); in ClassifyName()
|
D | SemaExpr.cpp | 2759 DeclResult Sema::LookupIvarInObjCMethod(LookupResult &Lookup, Scope *S, in LookupIvarInObjCMethod() function in Sema 2900 DeclResult Ivar = LookupIvarInObjCMethod(Lookup, S, II); in LookupInObjCMethod()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 4955 DeclResult LookupIvarInObjCMethod(LookupResult &Lookup, Scope *S,
|