Searched refs:lvalue_expr (Results 1 – 1 of 1) sorted by relevance
203 static bool CanTakeAddressOfLValue(const Expr *lvalue_expr) { in CanTakeAddressOfLValue() argument204 assert(lvalue_expr->getValueKind() == VK_LValue && in CanTakeAddressOfLValue()207 QualType qt = lvalue_expr->getType(); in CanTakeAddressOfLValue()