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

References

tools/clang/tools/extra/clang-doc/BitcodeReader.cpp
   96   case InfoType::IT_enum:
tools/clang/tools/extra/clang-doc/BitcodeWriter.cpp
  563   case InfoType::IT_enum:
tools/clang/tools/extra/clang-doc/HTMLGenerator.cpp
  851   case InfoType::IT_enum:
  880   case InfoType::IT_enum:
tools/clang/tools/extra/clang-doc/MDGenerator.cpp
  268   case InfoType::IT_enum:
tools/clang/tools/extra/clang-doc/Representation.cpp
  107   case InfoType::IT_enum:
  237   case InfoType::IT_enum:
tools/clang/tools/extra/clang-doc/Representation.h
  379   EnumInfo() : SymbolInfo(InfoType::IT_enum) {}
  380   EnumInfo(SymbolID USR) : SymbolInfo(InfoType::IT_enum, USR) {}
tools/clang/tools/extra/clang-doc/Serialize.cpp
  196   case InfoType::IT_enum:
  284             getUSRForDecl(T), N->getNameAsString(), InfoType::IT_enum,
  312                               InfoType::IT_enum, getInfoRelativePath(N),
  379                               InfoType::IT_enum);
  424                               InfoType::IT_enum, getInfoRelativePath(T));
tools/clang/tools/extra/clang-doc/YAMLGenerator.cpp
   57     IO.enumCase(Value, "Enum", InfoType::IT_enum);
  285   case InfoType::IT_enum:
tools/clang/tools/extra/unittests/clang-doc/BitcodeTest.cpp
   34   case InfoType::IT_enum:
tools/clang/tools/extra/unittests/clang-doc/ClangDocTest.cpp
   33   assert(I->IT == InfoType::IT_enum);