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

References

tools/clang/include/clang/AST/CommentBriefParser.h
   38     SourceLocation Loc = Tok.getLocation();
tools/clang/lib/AST/CommentLexer.cpp
  420           Diag(T.getLocation(), diag::warn_unknown_comment_command_name)
  421               << SourceRange(T.getLocation(), T.getEndLocation());
  854   SourceLocation Loc = Tok.getLocation();
tools/clang/lib/AST/CommentParser.cpp
   64     Pos.BufferStartLoc = Tok.getLocation();
  271                                     Arg.getLocation(),
  277                                     Arg.getLocation(),
  287                                      Arg.getLocation(),
  301     Args[ParsedArgs] = Argument(SourceRange(Arg.getLocation(),
  320     PC = S.actOnParamCommandStart(Tok.getLocation(),
  325     TPC = S.actOnTParamCommandStart(Tok.getLocation(),
  330     BC = S.actOnBlockCommandStart(Tok.getLocation(),
  415     IC = S.actOnInlineCommand(CommandTok.getLocation(),
  418                               ArgTok.getLocation(),
  422     IC = S.actOnInlineCommand(CommandTok.getLocation(),
  430         << SourceRange(CommandTok.getLocation(), CommandTok.getEndLocation());
  441       S.actOnHTMLStartTagStart(Tok.getLocation(),
  452         Attrs.push_back(HTMLStartTagComment::Attribute(Ident.getLocation(),
  459         Diag(Tok.getLocation(),
  461           << SourceRange(Equals.getLocation());
  462         Attrs.push_back(HTMLStartTagComment::Attribute(Ident.getLocation(),
  470                               Ident.getLocation(),
  472                               Equals.getLocation(),
  473                               SourceRange(Tok.getLocation(),
  483                                 Tok.getLocation(),
  491                                 Tok.getLocation(),
  498       Diag(Tok.getLocation(),
  526                                                   Tok.getLocation(),
  529         Diag(Tok.getLocation(),
  533         Diag(Tok.getLocation(),
  549     Loc = Tok.getLocation();
  553   return S.actOnHTMLEndTag(TokEndTag.getLocation(),
  569       Content.push_back(S.actOnUnknownCommand(Tok.getLocation(),
  584         Diag(Tok.getLocation(),
  588           << SourceRange(Tok.getLocation(), Tok.getEndLocation());
  593         Content.push_back(S.actOnUnknownCommand(Tok.getLocation(),
  637       Content.push_back(S.actOnText(Tok.getLocation(),
  663       S.actOnVerbatimBlockStart(Tok.getLocation(),
  677       Line = S.actOnVerbatimBlockLine(Tok.getLocation(),
  685       Line = S.actOnVerbatimBlockLine(Tok.getLocation(), "");
  693     S.actOnVerbatimBlockFinish(VB, Tok.getLocation(),
  717     TextBegin = Tok.getLocation();
  724   VerbatimLineComment *VL = S.actOnVerbatimLine(NameTok.getLocation(),
tools/clang/lib/AST/RawCommentList.cpp
  397         SourceMgr.getSpellingColumnNumber(Tok.getLocation(), &LocInvalid);