Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp8658 InitListExpr *initE = new (Context) InitListExpr(Context, LiteralLParenLoc, in BuildVectorLiteral() local
8660 initE->setType(Ty); in BuildVectorLiteral()
8661 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, initE); in BuildVectorLiteral()