Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp6785 LoopCounterRefChecker LoopStmtChecker(SemaRef, Stack, LCDecl, IsInitializer, in doesDependOnLoopCounter() local
6787 if (LoopStmtChecker.Visit(S)) { in doesDependOnLoopCounter()
6788 DepDecl = LoopStmtChecker.getDepDecl(); in doesDependOnLoopCounter()
6789 return LoopStmtChecker.getBaseLoopId(); in doesDependOnLoopCounter()