Searched refs:refExpr (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaPseudoObject.cpp | 133 Expr *rebuildSpecific(ObjCPropertyRefExpr *refExpr) { in rebuildSpecific() 136 assert(refExpr->isObjectReceiver()); in rebuildSpecific() 138 if (refExpr->isExplicitProperty()) { in rebuildSpecific() 140 ObjCPropertyRefExpr(refExpr->getExplicitProperty(), in rebuildSpecific() 141 refExpr->getType(), refExpr->getValueKind(), in rebuildSpecific() 142 refExpr->getObjectKind(), refExpr->getLocation(), in rebuildSpecific() 146 ObjCPropertyRefExpr(refExpr->getImplicitPropertyGetter(), in rebuildSpecific() 147 refExpr->getImplicitPropertySetter(), in rebuildSpecific() 148 refExpr->getType(), refExpr->getValueKind(), in rebuildSpecific() 149 refExpr->getObjectKind(),refExpr->getLocation(), in rebuildSpecific() [all …]
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGExpr.cpp | 929 CodeGenFunction::tryEmitAsConstant(DeclRefExpr *refExpr) { in tryEmitAsConstant() argument 930 ValueDecl *value = refExpr->getDecl(); in tryEmitAsConstant() 951 refExpr->EvaluateAsRValue(result, getContext())) { in tryEmitAsConstant() 953 resultType = refExpr->getType(); in tryEmitAsConstant() 957 refExpr->EvaluateAsLValue(result, getContext())) { in tryEmitAsConstant() 977 EmitDeclRefExprDbgValue(refExpr, C); in tryEmitAsConstant() 980 EmitDeclRefExprDbgValue(refExpr, C); in tryEmitAsConstant()
|
| D | CodeGenFunction.h | 2017 LValue getReferenceLValue(CodeGenFunction &CGF, Expr *refExpr) const { in getReferenceLValue() argument 2020 refExpr->getType()); in getReferenceLValue() 2029 ConstantEmission tryEmitAsConstant(DeclRefExpr *refExpr);
|