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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp2154 return ParseCompoundLiteralExpression(Ty.get(), OpenLoc, RParenLoc);
2235 /// ParseCompoundLiteralExpression - We have parsed the parenthesized type-name
2244 Parser::ParseCompoundLiteralExpression(ParsedType Ty, function in class:Parser
H A DParseExprCXX.cpp3048 return ParseCompoundLiteralExpression(Ty.get(),
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1321 ExprResult ParseCompoundLiteralExpression(ParsedType Ty,

Completed in 113 milliseconds