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

References

tools/clang/lib/AST/CommentParser.cpp
  415     IC = S.actOnInlineCommand(CommandTok.getLocation(),
  416                               CommandTok.getEndLocation(),
  417                               CommandTok.getCommandID(),
  422     IC = S.actOnInlineCommand(CommandTok.getLocation(),
  423                               CommandTok.getEndLocation(),
  424                               CommandTok.getCommandID());
  426     Diag(CommandTok.getEndLocation().getLocWithOffset(1),
  428         << CommandTok.is(tok::at_command)
  429         << Traits.getCommandInfo(CommandTok.getCommandID())->Name
  430         << SourceRange(CommandTok.getLocation(), CommandTok.getEndLocation());
  430         << SourceRange(CommandTok.getLocation(), CommandTok.getEndLocation());