Searched refs:BuildCompoundLiteralExpr (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 5511 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()
|
D | TreeTransform.h | 2203 return getSema().BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, in RebuildCompoundLiteralExpr()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4036 ExprResult BuildCompoundLiteralExpr(SourceLocation LParenLoc,
|