|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/AST/CommentLexer.h 298 void formTokenWithChars(Token &Result, const char *TokEnd,
References
tools/clang/include/clang/AST/CommentLexer.h 303 formTokenWithChars(Result, TokEnd, tok::text);
tools/clang/lib/AST/CommentLexer.cpp 306 formTokenWithChars(T, TokenPtr, tok::newline);
380 formTokenWithChars(T, TokenPtr, tok::text);
418 formTokenWithChars(T, TokenPtr, tok::unknown_command);
433 formTokenWithChars(T, TokenPtr, CommandKind);
472 formTokenWithChars(T, TextBegin, tok::verbatim_block_begin);
511 formTokenWithChars(T, End, tok::verbatim_block_end);
527 formTokenWithChars(T, NextLine, tok::verbatim_block_line);
540 formTokenWithChars(T, BufferPtr, tok::verbatim_block_line);
551 formTokenWithChars(T, TextBegin, tok::verbatim_line_name);
563 formTokenWithChars(T, Newline, tok::verbatim_line_text);
627 formTokenWithChars(T, TokenPtr, tok::text);
641 formTokenWithChars(T, TagNameEnd, tok::html_start_tag);
660 formTokenWithChars(T, TokenPtr, tok::html_ident);
666 formTokenWithChars(T, TokenPtr, tok::html_equals);
675 formTokenWithChars(T, TokenPtr, tok::html_quoted_string);
682 formTokenWithChars(T, TokenPtr, tok::html_greater);
689 formTokenWithChars(T, TokenPtr, tok::html_slash_greater);
727 formTokenWithChars(T, End, tok::html_end_tag);
737 formTokenWithChars(T, BufferPtr + 1, tok::html_greater);
755 formTokenWithChars(T, BufferPtr, tok::eof);
819 formTokenWithChars(T, EndWhitespace, tok::newline);
839 formTokenWithChars(T, BufferPtr, tok::newline);