Home
last modified time | relevance | path

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

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