Lines Matching refs:RelSet
328 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()
431 Visitor(TargetFinder &Outer, RelSet Flags) : Outer(Outer), Flags(Flags) {} in add()
527 void add(QualType T, RelSet Flags) { in add()
533 RelSet Flags; in add()
534 Visitor(TargetFinder &Outer, RelSet Flags) : Outer(Outer), Flags(Flags) {} in add()
634 void add(const NestedNameSpecifier *NNS, RelSet Flags) { in add()
660 void add(const CXXCtorInitializer *CCI, RelSet Flags) { in add()
670 void add(const TemplateArgument &Arg, RelSet Flags) { in add()