Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaPseudoObject.cpp56 Expr *rebuildObjCPropertyRefExpr(ObjCPropertyRefExpr *refExpr) { in rebuildObjCPropertyRefExpr()
59 if (refExpr->isClassReceiver() || refExpr->isSuperReceiver()) in rebuildObjCPropertyRefExpr()
60 return refExpr; in rebuildObjCPropertyRefExpr()
62 if (refExpr->isExplicitProperty()) { in rebuildObjCPropertyRefExpr()
64 refExpr->getExplicitProperty(), refExpr->getType(), in rebuildObjCPropertyRefExpr()
65 refExpr->getValueKind(), refExpr->getObjectKind(), in rebuildObjCPropertyRefExpr()
66 refExpr->getLocation(), SpecificCallback(refExpr->getBase(), 0)); in rebuildObjCPropertyRefExpr()
69 refExpr->getImplicitPropertyGetter(), in rebuildObjCPropertyRefExpr()
70 refExpr->getImplicitPropertySetter(), refExpr->getType(), in rebuildObjCPropertyRefExpr()
71 refExpr->getValueKind(), refExpr->getObjectKind(), in rebuildObjCPropertyRefExpr()
[all …]
/external/clang/lib/CodeGen/
DCGExpr.cpp1109 CodeGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) { in tryEmitAsConstant() argument
1110 ValueDecl *value = refExpr->getDecl(); in tryEmitAsConstant()
1131 refExpr->EvaluateAsRValue(result, getContext())) { in tryEmitAsConstant()
1133 resultType = refExpr->getType(); in tryEmitAsConstant()
1137 refExpr->EvaluateAsLValue(result, getContext())) { in tryEmitAsConstant()
1157 EmitDeclRefExprDbgValue(refExpr, C); in tryEmitAsConstant()
1160 EmitDeclRefExprDbgValue(refExpr, C); in tryEmitAsConstant()
DCodeGenFunction.h2579 LValue getReferenceLValue(CodeGenFunction &CGF, Expr *refExpr) const { in getReferenceLValue() argument
2582 refExpr->getType()); in getReferenceLValue()
2591 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);