Searched refs:getValueKindForType (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 1608 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 D | SemaOverload.cpp | 7581 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 D | SemaCast.cpp | 61 ValueKind(Expr::getValueKindForType(destType)), in CastOperation() 2199 Expr::getValueKindForType(DestType) == in fixOverloadedReinterpretCastExpr()
|
| H A D | SemaExprObjC.cpp | 1793 VK = Expr::getValueKindForType(Method->getReturnType()); in CheckMessageArgumentTypes()
|
| H A D | SemaExpr.cpp | 7079 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 D | TreeTransform.h | 3779 Expr::getValueKindForType(Builtin->getReturnType()), RParenLoc, in RebuildShuffleVectorExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Expr.cpp | 1872 assert(getValueKindForType(Ty) == Expr::getValueKindForType(SETy)); in CastConsistency() 4919 T->isDependentType() ? VK_LValue : getValueKindForType(T), in RecoveryExpr()
|
| H A D | ASTContext.cpp | 5201 Expr::getValueKindForType(NTTP->getType()), NTTP->getLocation()); in getInjectedTemplateArg()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 4809 : Expr(CXXParenListInitExprClass, T, getValueKindForType(T), OK_Ordinary), in CXXParenListInitExpr()
|
| H A D | Expr.h | 421 static ExprValueKind getValueKindForType(QualType T) { in getValueKindForType() function
|