Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp5059 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, InitExpr); in ActOnCompoundLiteral()
5063 Sema::BuildCompoundLiteralExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo, in BuildCompoundLiteralExpr() function in Sema
5589 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, initE); in BuildVectorLiteral()
DTreeTransform.h1940 return getSema().BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, in RebuildCompoundLiteralExpr()
/external/clang/include/clang/Sema/
DSema.h3695 ExprResult BuildCompoundLiteralExpr(SourceLocation LParenLoc,