Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp6976 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, InitExpr); in ActOnCompoundLiteral()
6980 Sema::BuildCompoundLiteralExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo, in BuildCompoundLiteralExpr() function in Sema
7815 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, initE); in BuildVectorLiteral()
H A DTreeTransform.h2989 return getSema().BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, in RebuildCompoundLiteralExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7023 ExprResult BuildCompoundLiteralExpr(SourceLocation LParenLoc,