Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Index/
DIndexSymbol.h122 RelationIBTypeOf = 1 << 18, enumerator
/external/llvm-project/clang/lib/Index/
DIndexSymbol.cpp432 APPLY_FOR_ROLE(RelationIBTypeOf); in applyForEachSymbolRoleInterruptible()
475 case SymbolRole::RelationIBTypeOf: OS << "RelIBType"; break; in printSymbolRoles()
DIndexTypeSourceInfo.cpp37 Relations.emplace_back((unsigned)SymbolRole::RelationIBTypeOf, Parent); in TypeIndexer()
DIndexingContext.cpp327 case SymbolRole::RelationIBTypeOf: in shouldReportOccurrenceForSystemDeclOnlyMode()