Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9618 int NestingDepth = 0; member in ForVarDeclFinder
9626 ++NestingDepth; in VisitForStmt()
9628 --NestingDepth; in VisitForStmt()
9633 ++NestingDepth; in VisitCXXForRangeStmt()
9635 --NestingDepth; in VisitCXXForRangeStmt()
9641 if (NestingDepth > 0) in VisitVarDecl()