Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp5511 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, InitExpr); in ActOnCompoundLiteral()
5515 Sema::BuildCompoundLiteralExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo, in BuildCompoundLiteralExpr() function in Sema
6085 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, initE); in BuildVectorLiteral()
DTreeTransform.h2203 return getSema().BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, in RebuildCompoundLiteralExpr()
/external/clang/include/clang/Sema/
DSema.h4036 ExprResult BuildCompoundLiteralExpr(SourceLocation LParenLoc,