Searched refs:ForAsmLabel (Results 1 – 2 of 2) sorted by relevance
1522 ExprResult Parser::ParseAsmStringLiteral(bool ForAsmLabel) { in ParseAsmStringLiteral() argument1538 if (ForAsmLabel && SL->getString().empty()) { in ParseAsmStringLiteral()1552 ExprResult Parser::ParseSimpleAsm(bool ForAsmLabel, SourceLocation *EndLoc) { in ParseSimpleAsm() argument1572 ExprResult Result(ParseAsmStringLiteral(ForAsmLabel)); in ParseSimpleAsm()
1596 ExprResult ParseSimpleAsm(bool ForAsmLabel, SourceLocation *EndLoc);1597 ExprResult ParseAsmStringLiteral(bool ForAsmLabel);