Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFindTarget.cpp131 using RelSet = DeclRelationSet; typedef
139 llvm::SmallDenseMap<const Decl *, RelSet> Seen;
140 RelSet Flags;
146 void report(const NamedDecl *D, RelSet Flags) { in report()
158 using ValTy = std::pair<const NamedDecl *, RelSet>; in takeDecls()
166 void add(const Decl *Dcl, RelSet Flags) { in add()
244 void add(const Stmt *S, RelSet Flags) { in add()
250 RelSet Flags; in add()
351 void add(QualType T, RelSet Flags) { in add()
357 RelSet Flags; in add()
[all …]