Searched refs:NestingDepth (Results 1 – 1 of 1) sorted by relevance
9618 int NestingDepth = 0; member in ForVarDeclFinder9626 ++NestingDepth; in VisitForStmt()9628 --NestingDepth; in VisitForStmt()9633 ++NestingDepth; in VisitCXXForRangeStmt()9635 --NestingDepth; in VisitCXXForRangeStmt()9641 if (NestingDepth > 0) in VisitVarDecl()