Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Index/
H A DIndexSymbol.h119 RelationContainedBy = 1 << 17, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexingContext.cpp323 case SymbolRole::RelationContainedBy: in shouldReportOccurrenceForSystemDeclOnlyMode()
418 (unsigned)SymbolRole::RelationContainedBy, in handleDeclOccurrence()
H A DIndexSymbol.cpp388 APPLY_FOR_ROLE(RelationContainedBy); in applyForEachSymbolRoleInterruptible()
430 case SymbolRole::RelationContainedBy: OS << "RelCont"; break; in printSymbolRoles()