Home
last modified time | relevance | path

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

/external/clang/include/clang/Index/
DIndexSymbol.h87 RelationBaseOf = 1 << 10, enumerator
/external/llvm-project/clang/include/clang/Index/
DIndexSymbol.h115 RelationBaseOf = 1 << 11, enumerator
/external/clang/lib/Index/
DIndexDecl.cpp214 SymbolRelation{(unsigned)SymbolRole::RelationBaseOf, ContD})); in handleReferencedProtocols()
225 SymbolRelation{(unsigned)SymbolRole::RelationBaseOf, D})); in VisitObjCInterfaceDecl()
DIndexSymbol.cpp261 APPLY_FOR_ROLE(RelationBaseOf); in applyForEachSymbolRole()
287 case SymbolRole::RelationBaseOf: OS << "RelBase"; break; in printSymbolRoles()
DIndexTypeSourceInfo.cpp33 Relations.emplace_back((unsigned)SymbolRole::RelationBaseOf, Parent); in TypeIndexer()
/external/llvm-project/clang/unittests/Index/
DIndexTests.cpp337 TEST(IndexTest, RelationBaseOf) { in TEST() argument
348 Not(HasRole(SymbolRole::RelationBaseOf))))); in TEST()
/external/llvm-project/clang/lib/Index/
DIndexSymbol.cpp425 APPLY_FOR_ROLE(RelationBaseOf); in applyForEachSymbolRoleInterruptible()
468 case SymbolRole::RelationBaseOf: OS << "RelBase"; break; in printSymbolRoles()
DIndexTypeSourceInfo.cpp33 Relations.emplace_back((unsigned)SymbolRole::RelationBaseOf, Parent); in TypeIndexer()
DIndexDecl.cpp387 SymbolRelation{(unsigned)SymbolRole::RelationBaseOf, ContD})); in handleReferencedProtocols()
411 SymbolRelation{(unsigned)SymbolRole::RelationBaseOf, D})); in VisitObjCInterfaceDecl()
DIndexingContext.cpp323 case SymbolRole::RelationBaseOf: in shouldReportOccurrenceForSystemDeclOnlyMode()
/external/llvm-project/clang-tools-extra/clangd/index/
DSymbolCollector.cpp192 if (R.Roles & static_cast<unsigned>(index::SymbolRole::RelationBaseOf)) in indexableRelation()