Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp6857 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, InitExpr); in ActOnCompoundLiteral()
6861 Sema::BuildCompoundLiteralExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo, in BuildCompoundLiteralExpr() function in Sema
7688 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, initE); in BuildVectorLiteral()
H A DTreeTransform.h2695 return getSema().BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, in RebuildCompoundLiteralExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5423 ExprResult BuildCompoundLiteralExpr(SourceLocation LParenLoc,