Searched refs:BuildCompoundLiteralExpr (Results 1 - 3 of 3) 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);
H A DTreeTransform.h1600 return getSema().BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc,
/external/clang/include/clang/Sema/
H A DSema.h3047 ExprResult BuildCompoundLiteralExpr(SourceLocation LParenLoc,

Completed in 385 milliseconds