Home
last modified time | relevance | path

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

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