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

/external/clang/lib/Parse/
H A DParseExpr.cpp2062 return ParseCompoundLiteralExpression(Ty.get(), OpenLoc, RParenLoc);
2144 /// ParseCompoundLiteralExpression - We have parsed the parenthesized type-name
2153 Parser::ParseCompoundLiteralExpression(ParsedType Ty, function in class:Parser
H A DParseExprCXX.cpp3005 return ParseCompoundLiteralExpression(Ty.get(),
/external/clang/include/clang/Parse/
H A DParser.h1404 ExprResult ParseCompoundLiteralExpression(ParsedType Ty,

Completed in 1739 milliseconds