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

References

tools/clang/include/clang/Lex/Preprocessor.h
   91   TokenValue(tok::TokenKind Kind) : Kind(Kind), II(nullptr) {
   92     assert(Kind != tok::raw_identifier && "Raw identifiers are not supported.");
   93     assert(Kind != tok::identifier &&
   95     assert(!tok::isLiteral(Kind) && "Literals are not supported.");
   96     assert(!tok::isAnnotation(Kind) && "Annotations are not supported.");