Searched refs:refExpr (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 55 Expr *rebuildObjCPropertyRefExpr(ObjCPropertyRefExpr *refExpr) { in rebuildObjCPropertyRefExpr() 58 if (refExpr->isClassReceiver() || refExpr->isSuperReceiver()) in rebuildObjCPropertyRefExpr() 59 return refExpr; in rebuildObjCPropertyRefExpr() 61 if (refExpr->isExplicitProperty()) { in rebuildObjCPropertyRefExpr() 63 refExpr->getExplicitProperty(), refExpr->getType(), in rebuildObjCPropertyRefExpr() 64 refExpr->getValueKind(), refExpr->getObjectKind(), in rebuildObjCPropertyRefExpr() 65 refExpr->getLocation(), SpecificCallback(refExpr->getBase(), 0)); in rebuildObjCPropertyRefExpr() 68 refExpr->getImplicitPropertyGetter(), in rebuildObjCPropertyRefExpr() 69 refExpr->getImplicitPropertySetter(), refExpr->getType(), in rebuildObjCPropertyRefExpr() 70 refExpr->getValueKind(), refExpr->getObjectKind(), in rebuildObjCPropertyRefExpr() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 1476 CodeGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) { in tryEmitAsConstant() argument 1477 ValueDecl *value = refExpr->getDecl(); in tryEmitAsConstant() 1498 refExpr->EvaluateAsRValue(result, getContext())) { in tryEmitAsConstant() 1500 resultType = refExpr->getType(); in tryEmitAsConstant() 1504 refExpr->EvaluateAsLValue(result, getContext())) { in tryEmitAsConstant() 1525 refExpr->refersToEnclosingVariableOrCapture()) { in tryEmitAsConstant() 1541 auto C = ConstantEmitter(*this).emitAbstract(refExpr->getLocation(), in tryEmitAsConstant() 1548 EmitDeclRefExprDbgValue(refExpr, result.Val); in tryEmitAsConstant() 1551 EmitDeclRefExprDbgValue(refExpr, result.Val); in tryEmitAsConstant()
|
| H A D | CodeGenFunction.h | 3956 LValue getReferenceLValue(CodeGenFunction &CGF, Expr *refExpr) const { 3959 refExpr->getType()); 3968 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);
|