Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDynamicRecursiveASTVisitor.h225 bool WalkUpFromDecl(MaybeConst<Decl> *D) { return VisitDecl(D); } in WalkUpFromDecl() function
H A DRecursiveASTVisitor.h451 bool WalkUpFromDecl(Decl *D) { return getDerived().VisitDecl(D); }