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
   46 std::vector<SymbolInfo::Context> GetContexts(const NamedDecl *ND) {
   47   std::vector<SymbolInfo::Context> Contexts;
tools/clang/tools/extra/clang-include-fixer/find-all-symbols/SymbolInfo.cpp
   61   static void mapping(IO &io, SymbolInfo::Context &Context) {
   75                        const std::vector<Context> &Contexts)
tools/clang/tools/extra/clang-include-fixer/find-all-symbols/SymbolInfo.h
   75              const std::vector<Context> &Contexts);
   92   const std::vector<SymbolInfo::Context> &getContexts() const {
  123   std::vector<Context> Contexts;