Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaExpr.cpp7457 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, InitExpr); in ActOnCompoundLiteral()
7461 Sema::BuildCompoundLiteralExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo, in BuildCompoundLiteralExpr() function in Sema
8320 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, initE); in BuildVectorLiteral()
DTreeTransform.h2867 return getSema().BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, in RebuildCompoundLiteralExpr()
/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DSema.h5898 ExprResult BuildCompoundLiteralExpr(SourceLocation LParenLoc,