Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp12573 Stmt *CondExprStmt = nullptr; in checkStmt() local
12587 CondExprStmt = S1; in checkStmt()
12597 CondExprStmt = S2; in checkStmt()
12650 if (CondExprStmt && !checkCondExprStmt(CondExprStmt, ErrorInfo)) in checkStmt()