Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8308 LoopCounterRefChecker LoopStmtChecker(SemaRef, Stack, LCDecl, IsInitializer, in doesDependOnLoopCounter() local
8310 if (LoopStmtChecker.Visit(S)) { in doesDependOnLoopCounter()
8311 DepDecl = LoopStmtChecker.getDepDecl(); in doesDependOnLoopCounter()
8312 return LoopStmtChecker.getBaseLoopId(); in doesDependOnLoopCounter()