Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h123 RelationIBTypeOf = 1 << 18, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp437 APPLY_FOR_ROLE(RelationIBTypeOf); in applyForEachSymbolRoleInterruptible()
480 case SymbolRole::RelationIBTypeOf: OS << "RelIBType"; break; in printSymbolRoles()
H A DIndexTypeSourceInfo.cpp37 Relations.emplace_back((unsigned)SymbolRole::RelationIBTypeOf, Parent); in TypeIndexer()
H A DIndexingContext.cpp327 case SymbolRole::RelationIBTypeOf: in shouldReportOccurrenceForSystemDeclOnlyMode()