Searched defs:WalkUpFromDecl (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h498 bool WalkUpFromDecl(Decl *D) { return getDerived().VisitDecl(D); } function in class:clang::RecursiveASTVisitor

Completed in 106 milliseconds