Searched defs:ParseStringLiteralExpression (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Parse/
H A DParseExpr.cpp845 Res = ParseStringLiteralExpression(true);
2165 /// ParseStringLiteralExpression - This handles the various token types that
2173 ExprResult Parser::ParseStringLiteralExpression(bool AllowUserDefinedLiteral) { function in class:Parser

Completed in 78 milliseconds