Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DFindTarget.cpp328 using RelSet = DeclRelationSet; typedef
333 std::pair<RelSet, /*InsertionOrder*/ size_t>>
335 RelSet Flags;
337 template <typename T> void debug(T &Node, RelSet Flags) { in debug()
342 void report(const NamedDecl *D, RelSet Flags) { in report()
352 llvm::SmallVector<std::pair<const NamedDecl *, RelSet>, 1> takeDecls() const { in takeDecls()
353 using ValTy = std::pair<const NamedDecl *, RelSet>; in takeDecls()
361 void add(const Decl *Dcl, RelSet Flags) { in add()
424 void add(const Stmt *S, RelSet Flags) { in add()
430 RelSet Flags; in add()
[all …]