Searched refs:ForAsmLabel (Results 1 – 2 of 2) sorted by relevance
1675 ExprResult Parser::ParseAsmStringLiteral(bool ForAsmLabel) { in ParseAsmStringLiteral() argument1691 if (ForAsmLabel && SL->getString().empty()) { in ParseAsmStringLiteral()1705 ExprResult Parser::ParseSimpleAsm(bool ForAsmLabel, SourceLocation *EndLoc) { in ParseSimpleAsm() argument1725 ExprResult Result(ParseAsmStringLiteral(ForAsmLabel)); in ParseSimpleAsm()
1702 ExprResult ParseSimpleAsm(bool ForAsmLabel, SourceLocation *EndLoc);1703 ExprResult ParseAsmStringLiteral(bool ForAsmLabel);