Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaPseudoObject.cpp58 if (refExpr->isClassReceiver() || refExpr->isSuperReceiver()) in rebuildObjCPropertyRefExpr()
63 refExpr->getExplicitProperty(), refExpr->getType(), in rebuildObjCPropertyRefExpr()
64 refExpr->getValueKind(), refExpr->getObjectKind(), in rebuildObjCPropertyRefExpr()
69 refExpr->getImplicitPropertySetter(), refExpr->getType(), in rebuildObjCPropertyRefExpr()
70 refExpr->getValueKind(), refExpr->getObjectKind(), in rebuildObjCPropertyRefExpr()
71 refExpr->getLocation(), SpecificCallback(refExpr->getBase(), 0)); in rebuildObjCPropertyRefExpr()
79 SpecificCallback(refExpr->getKeyExpr(), 1), refExpr->getType(), in rebuildObjCSubscriptRefExpr()
80 refExpr->getValueKind(), refExpr->getObjectKind(), in rebuildObjCSubscriptRefExpr()
89 refExpr->getPropertyDecl(), refExpr->isArrow(), refExpr->getType(), in rebuildMSPropertyRefExpr()
90 refExpr->getValueKind(), refExpr->getQualifierLoc(), in rebuildMSPropertyRefExpr()
[all …]
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp1516 CodeGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) { in tryEmitAsConstant() argument
1517 ValueDecl *value = refExpr->getDecl(); in tryEmitAsConstant()
1538 refExpr->EvaluateAsRValue(result, getContext())) { in tryEmitAsConstant()
1540 resultType = refExpr->getType(); in tryEmitAsConstant()
1544 refExpr->EvaluateAsLValue(result, getContext())) { in tryEmitAsConstant()
1565 refExpr->refersToEnclosingVariableOrCapture()) { in tryEmitAsConstant()
1581 auto C = ConstantEmitter(*this).emitAbstract(refExpr->getLocation(), in tryEmitAsConstant()
1588 EmitDeclRefExprDbgValue(refExpr, result.Val); in tryEmitAsConstant()
1591 EmitDeclRefExprDbgValue(refExpr, result.Val); in tryEmitAsConstant()
H A DCodeGenFunction.h3953 LValue getReferenceLValue(CodeGenFunction &CGF, Expr *refExpr) const {
3956 refExpr->getType());
3965 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);