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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp1233 Res = ParseBlockLiteralExpression();
2390 /// ParseBlockLiteralExpression - Parse a block literal, which roughly looks
2400 ExprResult Parser::ParseBlockLiteralExpression() { function in class:Parser
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1427 ExprResult ParseBlockLiteralExpression(); // ^{...}

Completed in 78 milliseconds