Home
last modified time | relevance | path

Searched refs:ActOnCompoundLiteral (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Parse/
DParseExpr.cpp2455 return Actions.ActOnCompoundLiteral(LParenLoc, Ty, RParenLoc, Result.get()); in ParseCompoundLiteralExpression()
/external/clang/include/clang/Sema/
DSema.h4031 ExprResult ActOnCompoundLiteral(SourceLocation LParenLoc,
/external/clang/lib/Sema/
DSemaExpr.cpp5501 Sema::ActOnCompoundLiteral(SourceLocation LParenLoc, ParsedType Ty, in ActOnCompoundLiteral() function in Sema