Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:refExpr

1135 CodeGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) {
1136 ValueDecl *value = refExpr->getDecl();
1157 refExpr->EvaluateAsRValue(result, getContext())) {
1159 resultType = refExpr->getType();
1163 refExpr->EvaluateAsLValue(result, getContext())) {
1183 EmitDeclRefExprDbgValue(refExpr, C);
1186 EmitDeclRefExprDbgValue(refExpr, C);