Lines Matching defs:TargetFinder
327 struct TargetFinder { struct
328 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()
527 void add(QualType T, RelSet 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()