Home
last modified time | relevance | path

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

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