Home
last modified time | relevance | path

Searched refs:CheckConvertedConstantExpression (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Sema/
DSemaStmt.cpp393 return CheckConvertedConstantExpression(E, CondType, TempVal, in ActOnCaseStmt()
834 CheckConvertedConstantExpression(Lo, CondType, LoVal, CCEK_CaseValue); in ActOnFinishSwitchStmt()
951 CheckConvertedConstantExpression(Hi, CondType, HiVal, in ActOnFinishSwitchStmt()
DSemaOverload.cpp5069 static ExprResult CheckConvertedConstantExpression(Sema &S, Expr *From, in CheckConvertedConstantExpression() function
5187 ExprResult Sema::CheckConvertedConstantExpression(Expr *From, QualType T, in CheckConvertedConstantExpression() function in Sema
5189 return ::CheckConvertedConstantExpression(*this, From, T, Value, CCE, false); in CheckConvertedConstantExpression()
5192 ExprResult Sema::CheckConvertedConstantExpression(Expr *From, QualType T, in CheckConvertedConstantExpression() function in Sema
5198 auto R = ::CheckConvertedConstantExpression(*this, From, T, V, CCE, true); in CheckConvertedConstantExpression()
DSemaTemplate.cpp4902 ExprResult ArgResult = CheckConvertedConstantExpression( in CheckTemplateArgument()
5028 CheckConvertedConstantExpression(Arg, ParamType, Value, in CheckTemplateArgument()
DSemaExprCXX.cpp1208 = CheckConvertedConstantExpression(NumElts, Context.getSizeType(), Value, in ActOnCXXNew()
DSemaDecl.cpp13878 CheckConvertedConstantExpression(Val, EltTy, EnumVal, in CheckEnumConstant()
/external/clang/include/clang/Sema/
DSema.h2273 ExprResult CheckConvertedConstantExpression(Expr *From, QualType T,
2275 ExprResult CheckConvertedConstantExpression(Expr *From, QualType T,