Home
last modified time | relevance | path

Searched refs:getValueKindForType (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp1443 Context, ResultType, Expr::getValueKindForType(Ty), TInfo, CK_NoOp, in BuildCXXTypeConstructExpr()
4966 Expr::getValueKindForType(ArgTy))); in evaluateTypeTrait()
5168 Expr::getValueKindForType(LhsT)); in EvaluateBinaryTypeTrait()
5221 Expr::getValueKindForType(LhsT)); in EvaluateBinaryTypeTrait()
5223 Expr::getValueKindForType(RhsT)); in EvaluateBinaryTypeTrait()
7201 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCXXMemberCallExpr()
H A DSemaCast.cpp60 ValueKind(Expr::getValueKindForType(destType)), in CastOperation()
1969 Expr::getValueKindForType(DestType) == VK_RValue // Convert Fun to Ptr in fixOverloadedReinterpretCastExpr()
H A DSemaOverload.cpp7028 ExprValueKind VK = Expr::getValueKindForType(ConversionType); in AddConversionCandidate()
12312 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedUnaryOp()
12543 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedBinOp()
12766 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedArraySubscriptExpr()
12869 ExprValueKind valueKind = Expr::getValueKindForType(proto->getReturnType()); in BuildCallToMemberFunction()
13039 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCallToMemberFunction()
13382 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildCallToObjectOfClassType()
13501 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildOverloadedArrowExpr()
13573 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildLiteralOperatorCall()
H A DSemaExprObjC.cpp1618 VK = Expr::getValueKindForType(Method->getReturnType()); in CheckMessageArgumentTypes()
H A DSemaExpr.cpp5741 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getReturnType())); in BuildResolvedCallExpr()
16394 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitCallExpr()
16482 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitObjCMessageExpr()
H A DTreeTransform.h3143 Expr::getValueKindForType(Builtin->getReturnType()), RParenLoc); in RebuildShuffleVectorExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp1679 assert(getValueKindForType(Ty) == Expr::getValueKindForType(SETy)); in CastConsistency()
H A DASTContext.cpp4325 Expr::getValueKindForType(NTTP->getType()), NTTP->getLocation()); in getInjectedTemplateArg()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h395 static ExprValueKind getValueKindForType(QualType T) { in getValueKindForType() function