Searched defs:TargetFinder (Results 1 – 1 of 1) sorted by relevance
327 struct TargetFinder { struct328 using RelSet = DeclRelationSet;329 using Rel = DeclRelation;334 Decls;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()361 void add(const Decl *Dcl, RelSet Flags) { in add()424 void add(const Stmt *S, RelSet Flags) { in add()[all …]