Lines Matching defs:LiteralExpr
6981 SourceLocation RParenLoc, Expr *LiteralExpr) {
6988 SourceRange(LParenLoc, LiteralExpr->getSourceRange().getEnd())))
7019 SourceRange(LParenLoc, LiteralExpr->getSourceRange().getEnd())))
7028 InitializationSequence InitSeq(*this, Entity, Kind, LiteralExpr);
7029 ExprResult Result = InitSeq.Perform(*this, Entity, Kind, LiteralExpr,
7033 LiteralExpr = Result.get();
7061 if (auto ILE = dyn_cast<InitListExpr>(LiteralExpr))
7068 VK, LiteralExpr, isFileScope);
7070 if (!LiteralExpr->isTypeDependent() &&
7071 !LiteralExpr->isValueDependent() &&
7073 if (CheckForConstantInitializer(LiteralExpr))
7081 << SourceRange(LParenLoc, LiteralExpr->getSourceRange().getEnd());