• Home
  • Raw
  • Download

Lines Matching refs:SubKinds

56   Info.SubKinds = SymbolSubKindSet();  in getSymbolInfo()
82 Info.SubKinds |= (unsigned)SymbolSubKind::Generic; in getSymbolInfo()
83 Info.SubKinds |= (unsigned)SymbolSubKind::TemplatePartialSpecialization; in getSymbolInfo()
85 Info.SubKinds |= (unsigned)SymbolSubKind::Generic; in getSymbolInfo()
86 Info.SubKinds |= (unsigned)SymbolSubKind::TemplateSpecialization; in getSymbolInfo()
127 Info.SubKinds |= (unsigned)SymbolSubKind::UnitTest; in getSymbolInfo()
146 Info.SubKinds |= (unsigned)SymbolSubKind::UnitTest; in getSymbolInfo()
148 Info.SubKinds |= (unsigned)SymbolSubKind::IBAnnotated; in getSymbolInfo()
153 checkForIBOutlets(D, Info.SubKinds); in getSymbolInfo()
158 checkForIBOutlets(D, Info.SubKinds); in getSymbolInfo()
191 Info.SubKinds |= (unsigned)SymbolSubKind::Generic; in getSymbolInfo()
196 Info.SubKinds |= (unsigned)SymbolSubKind::Generic; in getSymbolInfo()
217 Info.SubKinds |= (unsigned)SymbolSubKind::Generic; in getSymbolInfo()
234 Info.SubKinds |= (unsigned)SymbolSubKind::Generic; in getSymbolInfo()
235 Info.SubKinds |= (unsigned)SymbolSubKind::TemplateSpecialization; in getSymbolInfo()
239 if (Info.SubKinds & (unsigned)SymbolSubKind::Generic) in getSymbolInfo()
353 void index::applyForEachSymbolSubKind(SymbolSubKindSet SubKinds, in applyForEachSymbolSubKind() argument
356 if (SubKinds & (unsigned)SymbolSubKind::K) \ in applyForEachSymbolSubKind()
369 void index::printSymbolSubKinds(SymbolSubKindSet SubKinds, raw_ostream &OS) { in printSymbolSubKinds() argument
371 applyForEachSymbolSubKind(SubKinds, [&](SymbolSubKind SubKind) { in printSymbolSubKinds()