Home
last modified time | relevance | path

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

/external/clang/include/clang/Index/
DIndexSymbol.h86 RelationChildOf = 1 << 9, enumerator
/external/clang/lib/Index/
DIndexSymbol.cpp260 APPLY_FOR_ROLE(RelationChildOf); in applyForEachSymbolRole()
286 case SymbolRole::RelationChildOf: OS << "RelChild"; break; in printSymbolRoles()
DIndexingContext.cpp324 addRelation(SymbolRelation{(unsigned)SymbolRole::RelationChildOf, Parent}); in handleDeclOccurrence()
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp211 if (SymRel.Roles & (unsigned)SymbolRole::RelationChildOf) in handleDeclOccurence()