Home
last modified time | relevance | path

Searched defs:refExpr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp280 ObjCPropertyOpBuilder(Sema &S, ObjCPropertyRefExpr *refExpr, bool IsUnique) in ObjCPropertyOpBuilder()
320 ObjCSubscriptOpBuilder(Sema &S, ObjCSubscriptRefExpr *refExpr, bool IsUnique) in ObjCSubscriptOpBuilder()
347 MSPropertyOpBuilder(Sema &S, MSPropertyRefExpr *refExpr, bool IsUnique) in MSPropertyOpBuilder()
350 MSPropertyOpBuilder(Sema &S, MSPropertySubscriptExpr *refExpr, bool IsUnique) in MSPropertyOpBuilder()
1450 if (ObjCPropertyRefExpr *refExpr in checkRValue() local
1455 else if (ObjCSubscriptRefExpr *refExpr in checkRValue() local
1459 } else if (MSPropertyRefExpr *refExpr in checkRValue() local
1483 if (ObjCPropertyRefExpr *refExpr in checkIncDec() local
1490 } else if (MSPropertyRefExpr *refExpr in checkIncDec() local
1521 if (ObjCPropertyRefExpr *refExpr in checkAssignment() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.h414 LValue getReferenceLValue(CIRGenFunction &cgf, Expr *refExpr) const { in getReferenceLValue()
H A DCIRGenExpr.cpp1768 CIRGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) { in tryEmitAsConstant()