Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h117 RelationChildOf = 1 << 10, enumerator
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp329 case SymbolRole::RelationChildOf: in shouldReportOccurrenceForSystemDeclOnlyMode()
449 (unsigned)SymbolRole::RelationChildOf, in handleDeclOccurrence()
H A DIndexSymbol.cpp432 APPLY_FOR_ROLE(RelationChildOf); in applyForEachSymbolRoleInterruptible()
475 case SymbolRole::RelationChildOf: OS << "RelChild"; break; in printSymbolRoles()