Searched refs:getValueKindForType (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp971 Context, ResultType, Expr::getValueKindForType(TInfo->getType()), TInfo,
3659 Expr::getValueKindForType(T)));
3836 Expr::getValueKindForType(LhsT));
3887 Expr::getValueKindForType(LhsT));
3889 Expr::getValueKindForType(RhsT));
5653 ExprValueKind VK = Expr::getValueKindForType(ResultType);
H A DSemaOverload.cpp6177 ExprValueKind VK = Expr::getValueKindForType(ConversionType);
10791 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
11018 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
11232 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
11333 ExprValueKind valueKind = Expr::getValueKindForType(proto->getReturnType());
11500 ExprValueKind VK = Expr::getValueKindForType(ResultType);
11761 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
11944 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
12013 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
H A DSemaCast.cpp53 ValueKind(Expr::getValueKindForType(destType)),
1722 Expr::getValueKindForType(DestType) == VK_RValue // Convert Fun to Ptr
H A DSemaExprObjC.cpp1349 VK = Expr::getValueKindForType(Method->getReturnType());
H A DSemaExpr.cpp4738 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getReturnType()));
13160 E->setValueKind(Expr::getValueKindForType(DestType));
13248 E->setValueKind(Expr::getValueKindForType(DestType));
H A DTreeTransform.h2661 Expr::getValueKindForType(Builtin->getReturnType()), RParenLoc);
/external/clang/lib/AST/
H A DDeclTemplate.cpp195 Expr::getValueKindForType(NTTP->getType()),
/external/clang/include/clang/AST/
H A DExpr.h390 /// getValueKindForType - Given a formal return or parameter type,
392 static ExprValueKind getValueKindForType(QualType T) { function in class:clang::Expr

Completed in 192 milliseconds