Searched refs:refExpr (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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 …]
|
/netbsd-src/external/apache2/llvm/dist/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 | 3886 LValue getReferenceLValue(CodeGenFunction &CGF, Expr *refExpr) const { 3889 refExpr->getType()); 3898 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);
|