Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp1608 Context, ResultType, Expr::getValueKindForType(Ty), TInfo, CK_NoOp, in BuildCXXTypeConstructExpr()
5448 Expr::getValueKindForType(ArgTy))); in evaluateTypeTrait()
5710 Expr::getValueKindForType(LhsT)); in EvaluateBinaryTypeTrait()
5763 Expr::getValueKindForType(LhsT)); in EvaluateBinaryTypeTrait()
5765 Expr::getValueKindForType(RhsT)); in EvaluateBinaryTypeTrait()
8048 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCXXMemberCallExpr()
H A DSemaOverload.cpp7581 ExprValueKind VK = Expr::getValueKindForType(ConversionType); in AddConversionCandidate()
13664 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedUnaryOp()
14039 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedBinOp()
14469 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedArraySubscriptExpr()
14587 ExprValueKind valueKind = Expr::getValueKindForType(proto->getReturnType()); in BuildCallToMemberFunction()
14772 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCallToMemberFunction()
15091 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildCallToObjectOfClassType()
15216 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildOverloadedArrowExpr()
15293 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildLiteralOperatorCall()
H A DSemaCast.cpp61 ValueKind(Expr::getValueKindForType(destType)), in CastOperation()
2199 Expr::getValueKindForType(DestType) == in fixOverloadedReinterpretCastExpr()
H A DSemaExprObjC.cpp1793 VK = Expr::getValueKindForType(Method->getReturnType()); in CheckMessageArgumentTypes()
H A DSemaExpr.cpp7079 Expr::getValueKindForType(ReturnType), RParenLoc, in BuildCallExpr()
7330 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getReturnType())); in BuildResolvedCallExpr()
20651 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitCallExpr()
20732 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitObjCMessageExpr()
H A DTreeTransform.h3779 Expr::getValueKindForType(Builtin->getReturnType()), RParenLoc, in RebuildShuffleVectorExpr()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp1872 assert(getValueKindForType(Ty) == Expr::getValueKindForType(SETy)); in CastConsistency()
4919 T->isDependentType() ? VK_LValue : getValueKindForType(T), in RecoveryExpr()
H A DASTContext.cpp5201 Expr::getValueKindForType(NTTP->getType()), NTTP->getLocation()); in getInjectedTemplateArg()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h4809 : Expr(CXXParenListInitExprClass, T, getValueKindForType(T), OK_Ordinary), in CXXParenListInitExpr()
H A DExpr.h421 static ExprValueKind getValueKindForType(QualType T) { in getValueKindForType() function