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

/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp134 Expr *rebuildSpecific(ObjCPropertyRefExpr *refExpr) { argument
137 assert(refExpr->isObjectReceiver());
139 if (refExpr->isExplicitProperty()) {
141 ObjCPropertyRefExpr(refExpr->getExplicitProperty(),
142 refExpr->getType(), refExpr->getValueKind(),
143 refExpr->getObjectKind(), refExpr->getLocation(),
147 ObjCPropertyRefExpr(refExpr->getImplicitPropertyGetter(),
148 refExpr
163 rebuildSpecific(ObjCSubscriptRefExpr *refExpr) argument
183 rebuildSpecific(MSPropertyRefExpr *refExpr) argument
269 ObjCPropertyOpBuilder(Sema &S, ObjCPropertyRefExpr *refExpr) argument
309 ObjCSubscriptOpBuilder(Sema &S, ObjCSubscriptRefExpr *refExpr) argument
333 MSPropertyOpBuilder(Sema &S, MSPropertyRefExpr *refExpr) argument
[all...]
/external/clang/lib/CodeGen/
H A DCGExpr.cpp936 CodeGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) { argument
937 ValueDecl *value = refExpr->getDecl();
958 refExpr->EvaluateAsRValue(result, getContext())) {
960 resultType = refExpr->getType();
964 refExpr->EvaluateAsLValue(result, getContext())) {
984 EmitDeclRefExprDbgValue(refExpr, C);
987 EmitDeclRefExprDbgValue(refExpr, C);
H A DCodeGenFunction.h2075 LValue getReferenceLValue(CodeGenFunction &CGF, Expr *refExpr) const {
2078 refExpr->getType());
2087 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);

Completed in 277 milliseconds