Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h125 RelationIBTypeOf = 1 << 18, enumerator
/freebsd/contrib/llvm-project/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()