Home
last modified time | relevance | path

Searched refs:SymbolSubKind (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Index/
DIndexSymbol.cpp45 SubKindSet |= (unsigned)SymbolSubKind::IBAnnotated; in checkForIBOutlets()
47 SubKindSet |= (unsigned)SymbolSubKind::IBAnnotated; in checkForIBOutlets()
48 SubKindSet |= (unsigned)SymbolSubKind::IBOutletCollection; in checkForIBOutlets()
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()
[all …]
/external/clang/include/clang/Index/
DIndexSymbol.h62 enum class SymbolSubKind : uint8_t { enum
123 llvm::function_ref<void(SymbolSubKind)> Fn);
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp1294 if (K & (unsigned)SymbolSubKind::TemplatePartialSpecialization) in getEntityKindFromSymbolSubKinds()
1296 if (K & (unsigned)SymbolSubKind::TemplateSpecialization) in getEntityKindFromSymbolSubKinds()
1298 if (K & (unsigned)SymbolSubKind::Generic) in getEntityKindFromSymbolSubKinds()