Home
last modified time | relevance | path

Searched refs:CheckLValueToRValueConversionOperand (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp685 ExprResult Res = CheckLValueToRValueConversionOperand(E); in DefaultLvalueConversion()
18270 ExprResult Sema::CheckLValueToRValueConversionOperand(Expr *E) { in CheckLValueToRValueConversionOperand() function in Sema
18303 return CheckLValueToRValueConversionOperand(Res.get()); in ActOnConstantExpression()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4982 ExprResult CheckLValueToRValueConversionOperand(Expr *E);