Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h85 bool VisitLocs = false; variable
101 void Visit(const Decl *D, bool VisitLocs = false) {
111 llvm::SaveAndRestore RestoreVisitLocs(this->VisitLocs, VisitLocs);
554 if (const auto *TSI = D->getTypeSourceInfo(); VisitLocs && TSI) in VisitVarDecl()