Searched refs:getValueKindForType (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 1533 Context, ResultType, Expr::getValueKindForType(Ty), TInfo, CK_NoOp, in BuildCXXTypeConstructExpr() 5230 Expr::getValueKindForType(ArgTy))); in evaluateTypeTrait() 5437 Expr::getValueKindForType(LhsT)); in EvaluateBinaryTypeTrait() 5490 Expr::getValueKindForType(LhsT)); in EvaluateBinaryTypeTrait() 5492 Expr::getValueKindForType(RhsT)); in EvaluateBinaryTypeTrait() 7739 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCXXMemberCallExpr()
|
H A D | SemaCast.cpp | 61 ValueKind(Expr::getValueKindForType(destType)), in CastOperation() 2171 Expr::getValueKindForType(DestType) == VK_RValue // Convert Fun to Ptr in fixOverloadedReinterpretCastExpr()
|
H A D | SemaOverload.cpp | 7383 ExprValueKind VK = Expr::getValueKindForType(ConversionType); in AddConversionCandidate() 13322 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedUnaryOp() 13681 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedBinOp() 14066 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in CreateOverloadedArraySubscriptExpr() 14167 ExprValueKind valueKind = Expr::getValueKindForType(proto->getReturnType()); in BuildCallToMemberFunction() 14352 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCallToMemberFunction() 14701 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildCallToObjectOfClassType() 14820 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildOverloadedArrowExpr() 14897 ExprValueKind VK = Expr::getValueKindForType(ResultTy); in BuildLiteralOperatorCall()
|
H A D | SemaExpr.cpp | 6520 Expr::getValueKindForType(ReturnType), RParenLoc, in BuildCallExpr() 6748 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getReturnType())); in BuildResolvedCallExpr() 19168 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitCallExpr() 19256 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitObjCMessageExpr()
|
H A D | SemaExprObjC.cpp | 1795 VK = Expr::getValueKindForType(Method->getReturnType()); in CheckMessageArgumentTypes()
|
H A D | TreeTransform.h | 3603 Expr::getValueKindForType(Builtin->getReturnType()), RParenLoc, in RebuildShuffleVectorExpr()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Expr.cpp | 1745 assert(getValueKindForType(Ty) == Expr::getValueKindForType(SETy)); in CastConsistency() 4722 T->isDependentType() ? VK_LValue : getValueKindForType(T), in RecoveryExpr()
|
H A D | ASTContext.cpp | 4978 Expr::getValueKindForType(NTTP->getType()), NTTP->getLocation()); in getInjectedTemplateArg()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Expr.h | 422 static ExprValueKind getValueKindForType(QualType T) { in getValueKindForType() function
|