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.cpp7812 InitListExpr *initE = new (Context) InitListExpr(Context, LiteralLParenLoc, in BuildVectorLiteral() local
7814 initE->setType(Ty); in BuildVectorLiteral()
7815 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, initE); in BuildVectorLiteral()