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

References

tools/clang/include/clang/Basic/TokenKinds.def
  724 ANNOTATION(cxxscope)     // annotation for a C++ scope spec, e.g. "::foo::bar::"
  725 ANNOTATION(typename)     // annotation for a C typedef name, a C++ (possibly
  728 ANNOTATION(template_id)  // annotation for a C++ template-id that names a
  731 ANNOTATION(non_type)     // annotation for a single non-type declaration
  732 ANNOTATION(non_type_undeclared) // annotation for an undeclared identifier that
  734 ANNOTATION(non_type_dependent)  // annotation for an assumed non-type member of
  736 ANNOTATION(primary_expr) // annotation for a primary expression
  737 ANNOTATION(decltype)     // annotation for a decltype expression,
  842 ANNOTATION(module_include)
  843 ANNOTATION(module_begin)
  844 ANNOTATION(module_end)
  848 ANNOTATION(header_unit)