Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Index/
HDIndexSymbol.h117 RelationChildOf = 1 << 10, enumerator
/freebsd-14-stable/contrib/llvm-project/clang/lib/Index/
HDIndexingContext.cpp317 case SymbolRole::RelationChildOf: in shouldReportOccurrenceForSystemDeclOnlyMode()
437 (unsigned)SymbolRole::RelationChildOf, in handleDeclOccurrence()
HDIndexSymbol.cpp432 APPLY_FOR_ROLE(RelationChildOf); in applyForEachSymbolRoleInterruptible()
475 case SymbolRole::RelationChildOf: OS << "RelChild"; break; in printSymbolRoles()