Home
last modified time | relevance | path

Searched refs:ParseStringLiteralExpression (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Parse/
DParseExpr.cpp783 Res = ParseStringLiteralExpression(); in ParseCastExpression()
1976 ExprResult Parser::ParseStringLiteralExpression() { in ParseStringLiteralExpression() function in Parser
DParseObjc.cpp2275 ExprResult Res(ParseStringLiteralExpression()); in ParseObjCStringLiteral()
2293 ExprResult Lit(ParseStringLiteralExpression()); in ParseObjCStringLiteral()
DParser.cpp1109 ExprResult Res(ParseStringLiteralExpression()); in ParseAsmStringLiteral()
DParseDeclCXX.cpp596 ExprResult AssertMessage(ParseStringLiteralExpression()); in ParseStaticAssertDeclaration()
/external/clang/include/clang/Parse/
DParser.h1171 ExprResult ParseStringLiteralExpression();