Searched refs:refExpr (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 58 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 …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 1484 CodeGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) { in tryEmitAsConstant() argument 1485 ValueDecl *value = refExpr->getDecl(); in tryEmitAsConstant() 1506 refExpr->EvaluateAsRValue(result, getContext())) { in tryEmitAsConstant() 1508 resultType = refExpr->getType(); in tryEmitAsConstant() 1512 refExpr->EvaluateAsLValue(result, getContext())) { in tryEmitAsConstant() 1533 refExpr->refersToEnclosingVariableOrCapture()) { in tryEmitAsConstant() 1549 auto C = ConstantEmitter(*this).emitAbstract(refExpr->getLocation(), in tryEmitAsConstant() 1556 EmitDeclRefExprDbgValue(refExpr, result.Val); in tryEmitAsConstant() 1559 EmitDeclRefExprDbgValue(refExpr, result.Val); in tryEmitAsConstant()
|
| H A D | CodeGenFunction.h | 3887 LValue getReferenceLValue(CodeGenFunction &CGF, Expr *refExpr) const { 3890 refExpr->getType()); 3899 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);
|