reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Parse/ParseStmtAsm.cpp
  717     isGotoAsm = true;
  767     if (!AteExtraColon && isGotoAsm && Tok.isNot(tok::colon)) {
  821   if (!isGotoAsm && (Tok.isNot(tok::r_paren) || AteExtraColon)) {
  854   } else if (isGotoAsm) {