Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDynamicRecursiveASTVisitor.h227 bool WalkUpFromType(MaybeConst<Type> *T) { return VisitType(T); } in WalkUpFromType() function
H A DRecursiveASTVisitor.h397 bool WalkUpFromType(Type *T) { return getDerived().VisitType(T); }