Home
last modified time | relevance | path

Searched refs:SymbolSubKind (Results 1 – 8 of 8) 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/llvm-project/clang/lib/Index/
DIndexSymbol.cpp89 Info.SubKind = SymbolSubKind::None; in getSymbolInfo()
222 Info.SubKind = SymbolSubKind::AccessorSetter; in getSymbolInfo()
224 Info.SubKind = SymbolSubKind::AccessorGetter; in getSymbolInfo()
260 Info.SubKind = SymbolSubKind::CXXCopyConstructor; in getSymbolInfo()
262 Info.SubKind = SymbolSubKind::CXXMoveConstructor; in getSymbolInfo()
318 Info.SubKind = SymbolSubKind::UsingTypename; in getSymbolInfo()
324 Info.SubKind = SymbolSubKind::UsingValue; in getSymbolInfo()
401 Info.SubKind = SymbolSubKind::None; in getSymbolInfoForMacro()
536 StringRef index::getSymbolSubKindString(SymbolSubKind K) { in getSymbolSubKindString()
538 case SymbolSubKind::None: return "<none>"; in getSymbolSubKindString()
[all …]
/external/llvm-project/clang/include/clang/Index/
DIndexSymbol.h70 enum class SymbolSubKind : uint8_t { enum
143 SymbolSubKind SubKind;
164 StringRef getSymbolSubKindString(SymbolSubKind K);
/external/clang/include/clang/Index/
DIndexSymbol.h62 enum class SymbolSubKind : uint8_t { enum
123 llvm::function_ref<void(SymbolSubKind)> Fn);
/external/llvm-project/clang/tools/c-index-test/
Dcore_main.cpp286 if (SymInfo.SubKind != SymbolSubKind::None) in printSymbolInfo()
/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()
/external/llvm-project/clang-tools-extra/clangd/unittests/remote/
DMarshallingTests.cpp52 Info.SubKind = index::SymbolSubKind::AccessorGetter; in createSymbol()
/external/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/
DMarshalling.cpp364 Result.SubKind = static_cast<clang::index::SymbolSubKind>(Message.subkind()); in fromProtobuf()