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