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

References

tools/clang/lib/AST/RawCommentList.cpp
  387     L.lex(Tok);
  388     if (Tok.is(comments::tok::eof))
  390     if (Tok.is(comments::tok::newline)) {
  394     llvm::StringRef TokText = L.getSpelling(Tok, SourceMgr);
  397         SourceMgr.getSpellingColumnNumber(Tok.getLocation(), &LocInvalid);
  421     for (L.lex(Tok); Tok.isNot(comments::tok::eof); L.lex(Tok)) {
  421     for (L.lex(Tok); Tok.isNot(comments::tok::eof); L.lex(Tok)) {
  421     for (L.lex(Tok); Tok.isNot(comments::tok::eof); L.lex(Tok)) {
  422       if (Tok.is(comments::tok::newline)) {
  426       Result += L.getSpelling(Tok, SourceMgr);