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