Searched refs:WalkUpFromDecl (Results 1 – 2 of 2) sorted by relevance
225 bool WalkUpFromDecl(MaybeConst<Decl> *D) { return VisitDecl(D); } in WalkUpFromDecl() function
451 bool WalkUpFromDecl(Decl *D) { return getDerived().VisitDecl(D); }