Home | History | Annotate | Download | only in Parse

Lines Matching refs:AsmLoc

1620 StmtResult Parser::ParseMicrosoftAsmStatement(SourceLocation AsmLoc) {
1622 SourceLocation EndLoc = AsmLoc;
1726 return Actions.ActOnAsmStmt(AsmLoc, true, true, 0, 0, 0,
1765 SourceLocation AsmLoc = ConsumeToken();
1769 return ParseMicrosoftAsmStatement(AsmLoc);
1806 return Actions.ActOnAsmStmt(AsmLoc, /*isSimple*/ true, isVolatile,
1871 return Actions.ActOnAsmStmt(AsmLoc, false, isVolatile,