Home | History | Annotate | Download | only in Sema

Lines Matching refs:BuildCompoundLiteralExpr

3939   return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, InitExpr);
3943 Sema::BuildCompoundLiteralExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo,
4410 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, initE);