Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaPseudoObject.cpp134 Expr *rebuildSpecific(ObjCPropertyRefExpr *refExpr) { in rebuildSpecific()
137 assert(refExpr->isObjectReceiver()); in rebuildSpecific()
139 if (refExpr->isExplicitProperty()) { in rebuildSpecific()
141 ObjCPropertyRefExpr(refExpr->getExplicitProperty(), in rebuildSpecific()
142 refExpr->getType(), refExpr->getValueKind(), in rebuildSpecific()
143 refExpr->getObjectKind(), refExpr->getLocation(), in rebuildSpecific()
147 ObjCPropertyRefExpr(refExpr->getImplicitPropertyGetter(), in rebuildSpecific()
148 refExpr->getImplicitPropertySetter(), in rebuildSpecific()
149 refExpr->getType(), refExpr->getValueKind(), in rebuildSpecific()
150 refExpr->getObjectKind(),refExpr->getLocation(), in rebuildSpecific()
[all …]
/external/clang/lib/CodeGen/
DCGExpr.cpp993 CodeGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) { in tryEmitAsConstant() argument
994 ValueDecl *value = refExpr->getDecl(); in tryEmitAsConstant()
1015 refExpr->EvaluateAsRValue(result, getContext())) { in tryEmitAsConstant()
1017 resultType = refExpr->getType(); in tryEmitAsConstant()
1021 refExpr->EvaluateAsLValue(result, getContext())) { in tryEmitAsConstant()
1041 EmitDeclRefExprDbgValue(refExpr, C); in tryEmitAsConstant()
1044 EmitDeclRefExprDbgValue(refExpr, C); in tryEmitAsConstant()
DCodeGenFunction.h2353 LValue getReferenceLValue(CodeGenFunction &CGF, Expr *refExpr) const { in getReferenceLValue() argument
2356 refExpr->getType()); in getReferenceLValue()
2365 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);