Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h894 ExprResult BuildIvarRefExpr(Scope *S, SourceLocation Loc, ObjCIvarDecl *IV);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp4861 return BuildIvarRefExpr(S, Lookup.getNameLoc(), in LookupInObjCMethod()
4871 ExprResult SemaObjC::BuildIvarRefExpr(Scope *S, SourceLocation Loc, in BuildIvarRefExpr() function in SemaObjC
H A DSemaDecl.cpp1251 return ObjC().BuildIvarRefExpr(S, NameLoc, Ivar); in ActOnNameClassifiedAsNonType()