Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dcore_main.cpp131 for (auto &SymRel : Relations) { in handleDeclOccurrence() local
133 printSymbolRoles(SymRel.Roles, OS); in handleDeclOccurrence()
135 printSymbolNameAndUSR(SymRel.RelatedSymbol, Ctx, OS); in handleDeclOccurrence()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp217 for (const auto &SymRel : Relations) { in handleDeclOccurrence() local
218 if (SymRel.Roles & (unsigned)SymbolRole::RelationChildOf) in handleDeclOccurrence()
219 LexicalDC = dyn_cast<DeclContext>(SymRel.RelatedSymbol); in handleDeclOccurrence()