Home
last modified time | relevance | path

Searched refs:RelationContainedBy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h124 RelationContainedBy = 1 << 17, enumerator
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp439 APPLY_FOR_ROLE(RelationContainedBy); in applyForEachSymbolRoleInterruptible()
482 case SymbolRole::RelationContainedBy: OS << "RelCont"; break; in printSymbolRoles()