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

/external/clang/lib/Parse/
H A DParseExpr.cpp1141 Res = ParseBlockLiteralExpression();
2398 /// ParseBlockLiteralExpression - Parse a block literal, which roughly looks
2408 ExprResult Parser::ParseBlockLiteralExpression() { function in class:Parser
/external/clang/include/clang/Parse/
H A DParser.h1539 ExprResult ParseBlockLiteralExpression(); // ^{...}

Completed in 927 milliseconds