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.cpp993 CodeGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) { argument
994 ValueDecl *value = refExpr->getDecl();
1015 refExpr->EvaluateAsRValue(result, getContext())) {
1017 resultType = refExpr->getType();
1021 refExpr->EvaluateAsLValue(result, getContext())) {
1041 EmitDeclRefExprDbgValue(refExpr, C);
1044 EmitDeclRefExprDbgValue(refExpr, C);
H A DCodeGenFunction.h2353 LValue getReferenceLValue(CodeGenFunction &CGF, Expr *refExpr) const {
2356 refExpr->getType());
2365 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);

Completed in 9078 milliseconds