Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp14112 static void collectLoopStmts(Stmt *AStmt, MutableArrayRef<Stmt *> LoopStmts) { in collectLoopStmts() function
14165 collectLoopStmts(AStmt, LoopStmts); in ActOnOpenMPTileDirective()
14503 collectLoopStmts(AStmt, {LoopStmt}); in ActOnOpenMPUnrollDirective()
14710 collectLoopStmts(AStmt, {LoopStmt}); in ActOnOpenMPReverseDirective()
14903 collectLoopStmts(AStmt, LoopStmts); in ActOnOpenMPInterchangeDirective()