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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp2078 return ParseCompoundLiteralExpression(Ty.get(), OpenLoc, RParenLoc);
2159 /// ParseCompoundLiteralExpression - We have parsed the parenthesized type-name
2168 Parser::ParseCompoundLiteralExpression(ParsedType Ty, function in class:Parser
H A DParseExprCXX.cpp2878 return ParseCompoundLiteralExpression(Ty.get(),
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1293 ExprResult ParseCompoundLiteralExpression(ParsedType Ty,

Completed in 181 milliseconds