Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp6490 InitListExpr *initE = new (Context) InitListExpr(Context, LiteralLParenLoc, in BuildVectorLiteral() local
6492 initE->setType(Ty); in BuildVectorLiteral()
6493 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, initE); in BuildVectorLiteral()