Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/
H A DIndexSymbol.h115 RelationBaseOf = 1 << 11, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexSymbol.cpp425 APPLY_FOR_ROLE(RelationBaseOf); in applyForEachSymbolRoleInterruptible()
468 case SymbolRole::RelationBaseOf: OS << "RelBase"; break; in printSymbolRoles()
H A DIndexTypeSourceInfo.cpp33 Relations.emplace_back((unsigned)SymbolRole::RelationBaseOf, Parent); in TypeIndexer()
H A DIndexDecl.cpp387 SymbolRelation{(unsigned)SymbolRole::RelationBaseOf, ContD})); in handleReferencedProtocols()
411 SymbolRelation{(unsigned)SymbolRole::RelationBaseOf, D})); in VisitObjCInterfaceDecl()
H A DIndexingContext.cpp323 case SymbolRole::RelationBaseOf: in shouldReportOccurrenceForSystemDeclOnlyMode()