Searched refs:refExpr (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 134 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/ |
D | CGExpr.cpp | 993 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()
|
D | CodeGenFunction.h | 2353 LValue getReferenceLValue(CodeGenFunction &CGF, Expr *refExpr) const { in getReferenceLValue() argument 2356 refExpr->getType()); in getReferenceLValue() 2365 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);
|