Home
last modified time | relevance | path

Searched refs:RelationIBTypeOf (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Index/
H A DIndexSymbol.h125 RelationIBTypeOf = 1 << 18, enumerator
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexSymbol.cpp440 APPLY_FOR_ROLE(RelationIBTypeOf); in applyForEachSymbolRoleInterruptible()
483 case SymbolRole::RelationIBTypeOf: OS << "RelIBType"; break; in printSymbolRoles()
H A DIndexTypeSourceInfo.cpp40 Relations.emplace_back((unsigned)SymbolRole::RelationIBTypeOf, Parent); in TypeIndexer()
H A DIndexingContext.cpp323 case SymbolRole::RelationIBTypeOf: in shouldReportOccurrenceForSystemDeclOnlyMode()