Home
last modified time | relevance | path

Searched refs:RelationBaseOf (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Index/
H A DIndexSymbol.h118 RelationBaseOf = 1 << 11, enumerator
/llvm-project-15.0.7/clang/unittests/Index/
H A DIndexTests.cpp366 TEST(IndexTest, RelationBaseOf) { in TEST() argument
377 Not(HasRole(SymbolRole::RelationBaseOf))))); in TEST()
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexSymbol.cpp433 APPLY_FOR_ROLE(RelationBaseOf); in applyForEachSymbolRoleInterruptible()
476 case SymbolRole::RelationBaseOf: OS << "RelBase"; break; in printSymbolRoles()
H A DIndexTypeSourceInfo.cpp36 Relations.emplace_back((unsigned)SymbolRole::RelationBaseOf, Parent); in TypeIndexer()
H A DIndexDecl.cpp402 SymbolRelation{(unsigned)SymbolRole::RelationBaseOf, ContD})); in handleReferencedProtocols()
426 SymbolRelation{(unsigned)SymbolRole::RelationBaseOf, D})); in VisitObjCInterfaceDecl()
H A DIndexingContext.cpp319 case SymbolRole::RelationBaseOf: in shouldReportOccurrenceForSystemDeclOnlyMode()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp146 if (R.Roles & static_cast<unsigned>(index::SymbolRole::RelationBaseOf)) in indexableRelation()