Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Index/
DIndexSymbol.h121 RelationContainedBy = 1 << 17, enumerator
/external/llvm-project/clang/lib/Index/
DIndexingContext.cpp342 case SymbolRole::RelationContainedBy: in shouldReportOccurrenceForSystemDeclOnlyMode()
437 (unsigned)SymbolRole::RelationContainedBy, in handleDeclOccurrence()
DIndexSymbol.cpp431 APPLY_FOR_ROLE(RelationContainedBy); in applyForEachSymbolRoleInterruptible()
474 case SymbolRole::RelationContainedBy: OS << "RelCont"; break; in printSymbolRoles()