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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp1245 Res = ParseBlockLiteralExpression();
2492 /// ParseBlockLiteralExpression - Parse a block literal, which roughly looks
2502 ExprResult Parser::ParseBlockLiteralExpression() { function in class:Parser
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1456 ExprResult ParseBlockLiteralExpression(); // ^{...}

Completed in 168 milliseconds