Home
last modified time | relevance | path

Searched refs:RelatedSymbol (Results 1 – 9 of 9) sorted by relevance

/external/clang/include/clang/Index/
DIndexSymbol.h98 const Decl *RelatedSymbol; member
101 : Roles(Roles), RelatedSymbol(Sym) {} in SymbolRelation()
/external/llvm-project/clang/include/clang/Index/
DIndexSymbol.h135 const Decl *RelatedSymbol; member
138 : Roles(Roles), RelatedSymbol(Sym) {} in SymbolRelation()
/external/clang/lib/Index/
DIndexingContext.cpp313 return Elem.RelatedSymbol == Rel.RelatedSymbol; in handleDeclOccurrence()
328 Rel.RelatedSymbol->getCanonicalDecl())); in handleDeclOccurrence()
/external/llvm-project/clang/lib/Index/
DIndexingContext.cpp424 return Elem.RelatedSymbol == Rel.RelatedSymbol; in handleDeclOccurrence()
450 Rel.RelatedSymbol->getCanonicalDecl())); in handleDeclOccurrence()
/external/clang/tools/c-index-test/
Dcore_main.cpp104 printSymbolNameAndUSR(SymRel.RelatedSymbol, Ctx, OS); in handleDeclOccurence()
/external/llvm-project/clang/tools/c-index-test/
Dcore_main.cpp128 printSymbolNameAndUSR(SymRel.RelatedSymbol, Ctx, OS); in handleDeclOccurrence()
/external/llvm-project/clang-tools-extra/clangd/index/
DSymbolCollector.cpp497 const Decl *Object = R.RelatedSymbol; in processRelations()
/external/llvm-project/clang/tools/libclang/
DCXIndexDataConsumer.cpp214 LexicalDC = dyn_cast<DeclContext>(SymRel.RelatedSymbol); in handleDeclOccurrence()
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp212 LexicalDC = dyn_cast<DeclContext>(SymRel.RelatedSymbol); in handleDeclOccurence()