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

References

tools/clang/tools/extra/clang-include-fixer/find-all-symbols/FindAllSymbols.cpp
   77     Type = SymbolInfo::SymbolKind::Variable;
   79     Type = SymbolInfo::SymbolKind::Function;
   81     Type = SymbolInfo::SymbolKind::TypedefName;
   83     Type = SymbolInfo::SymbolKind::EnumConstantDecl;
   85     Type = SymbolInfo::SymbolKind::EnumDecl;
   97     Type = SymbolInfo::SymbolKind::Class;
  111   return SymbolInfo(ND->getNameAsString(), Type, FilePath, GetContexts(ND));