Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8114 LoopCounterRefChecker LoopStmtChecker(SemaRef, Stack, LCDecl, IsInitializer, in doesDependOnLoopCounter() local
8116 if (LoopStmtChecker.Visit(S)) { in doesDependOnLoopCounter()
8117 DepDecl = LoopStmtChecker.getDepDecl(); in doesDependOnLoopCounter()
8118 return LoopStmtChecker.getBaseLoopId(); in doesDependOnLoopCounter()