Searched defs:BuildCompoundLiteralExpr (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp4136 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, InitExpr);
4140 Sema::BuildCompoundLiteralExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo, function in class:Sema
4596 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, initE);

Completed in 132 milliseconds