Home
last modified time | relevance | path

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

/external/clang/include/clang/Index/
DIndexSymbol.h86 RelationChildOf = 1 << 9, enumerator
/external/llvm-project/clang/include/clang/Index/
DIndexSymbol.h114 RelationChildOf = 1 << 10, 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/llvm-project/clang/lib/Index/
DIndexingContext.cpp322 case SymbolRole::RelationChildOf: in shouldReportOccurrenceForSystemDeclOnlyMode()
442 (unsigned)SymbolRole::RelationChildOf, in handleDeclOccurrence()
DIndexSymbol.cpp424 APPLY_FOR_ROLE(RelationChildOf); in applyForEachSymbolRoleInterruptible()
467 case SymbolRole::RelationChildOf: OS << "RelChild"; break; in printSymbolRoles()
/external/llvm-project/clang/tools/libclang/
DCXIndexDataConsumer.cpp213 if (SymRel.Roles & (unsigned)SymbolRole::RelationChildOf) in handleDeclOccurrence()
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp211 if (SymRel.Roles & (unsigned)SymbolRole::RelationChildOf) in handleDeclOccurence()