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

References

tools/clang/lib/Sema/SemaStmtAsm.cpp
  685   if (Found != NamedOperandList.end()) {
  686     Diag((Found + 1)->second->getBeginLoc(),
  688         << (Found + 1)->first;
  689     Diag(Found->second->getBeginLoc(), diag::note_duplicate_asm_operand_name)
  690         << Found->first;