Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/Index/
HDIndexSymbol.h125 RelationIBTypeOf = 1 << 18, enumerator
/freebsd-head/contrib/llvm-project/clang/lib/Index/
HDIndexSymbol.cpp440 APPLY_FOR_ROLE(RelationIBTypeOf); in applyForEachSymbolRoleInterruptible()
483 case SymbolRole::RelationIBTypeOf: OS << "RelIBType"; break; in printSymbolRoles()
HDIndexTypeSourceInfo.cpp40 Relations.emplace_back((unsigned)SymbolRole::RelationIBTypeOf, Parent); in TypeIndexer()
HDIndexingContext.cpp322 case SymbolRole::RelationIBTypeOf: in shouldReportOccurrenceForSystemDeclOnlyMode()