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

/external/clang/lib/Sema/
H A DSemaExpr.cpp4836 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, InitExpr);
4840 Sema::BuildCompoundLiteralExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo, function in class:Sema
5360 return BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc, initE);
H A DTreeTransform.h1883 return getSema().BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc,
/external/clang/include/clang/Sema/
H A DSema.h3614 ExprResult BuildCompoundLiteralExpr(SourceLocation LParenLoc,

Completed in 111 milliseconds