Home
last modified time | relevance | path

Searched refs:SymRel (Results 1 – 2 of 2) sorted by relevance

/external/clang/tools/c-index-test/
Dcore_main.cpp100 for (auto &SymRel : Relations) { in handleDeclOccurence() local
102 printSymbolRoles(SymRel.Roles, OS); in handleDeclOccurence()
104 printSymbolNameAndUSR(SymRel.RelatedSymbol, Ctx, OS); in handleDeclOccurence()
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp210 for (const auto &SymRel : Relations) { in handleDeclOccurence() local
211 if (SymRel.Roles & (unsigned)SymbolRole::RelationChildOf) in handleDeclOccurence()
212 LexicalDC = dyn_cast<DeclContext>(SymRel.RelatedSymbol); in handleDeclOccurence()