Home | History | Annotate | Download | only in Sema

Lines Matching refs:BuildCompoundLiteralExpr

4836   return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, InitExpr);
4840 Sema::BuildCompoundLiteralExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo,
5360 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, initE);