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

References

tools/clang/lib/AST/CommentLexer.cpp
  660     formTokenWithChars(T, TokenPtr, tok::html_ident);
  661     T.setHTMLIdent(Ident);
  666       formTokenWithChars(T, TokenPtr, tok::html_equals);
  675       formTokenWithChars(T, TokenPtr, tok::html_quoted_string);
  676       T.setHTMLQuotedString(StringRef(OpenQuote + 1,
  682       formTokenWithChars(T, TokenPtr, tok::html_greater);
  689         formTokenWithChars(T, TokenPtr, tok::html_slash_greater);
  691         formTextToken(T, TokenPtr);