Home
last modified time | relevance | path

Searched refs:ParseBlockLiteralExpression (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp1848 Res = ParseBlockLiteralExpression(); in ParseCastExpression()
3777 ExprResult Parser::ParseBlockLiteralExpression() { in ParseBlockLiteralExpression() function in Parser
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2135 ExprResult ParseBlockLiteralExpression(); // ^{...}