Home
last modified time | relevance | path

Searched refs:SubKinds (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Index/
DIndexSymbol.cpp56 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 …]
/external/clang/include/clang/Index/
DIndexSymbol.h106 SymbolSubKindSet SubKinds; member
122 void applyForEachSymbolSubKind(SymbolSubKindSet SubKinds,
124 void printSymbolSubKinds(SymbolSubKindSet SubKinds, raw_ostream &OS);
/external/clang/tools/c-index-test/
Dcore_main.cpp171 if (SymInfo.SubKinds) { in printSymbolInfo()
173 printSymbolSubKinds(SymInfo.SubKinds, OS); in printSymbolInfo()
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp1153 EntityInfo.templateKind = getEntityKindFromSymbolSubKinds(SymInfo.SubKinds); in getEntityInfo()