Searched refs:SubKinds (Results 1 – 4 of 4) sorted by relevance
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()[all …]
106 SymbolSubKindSet SubKinds; member122 void applyForEachSymbolSubKind(SymbolSubKindSet SubKinds,124 void printSymbolSubKinds(SymbolSubKindSet SubKinds, raw_ostream &OS);
171 if (SymInfo.SubKinds) { in printSymbolInfo()173 printSymbolSubKinds(SymInfo.SubKinds, OS); in printSymbolInfo()
1153 EntityInfo.templateKind = getEntityKindFromSymbolSubKinds(SymInfo.SubKinds); in getEntityInfo()