Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp3993 bool checkAndSetInit(Stmt *S, bool EmitDiags = true);
4163 bool OpenMPIterationSpaceChecker::checkAndSetInit(Stmt *S, bool EmitDiags) { in checkAndSetInit() function in __anon45dbc4932111::OpenMPIterationSpaceChecker
4723 if (!ISC.checkAndSetInit(Init, /*EmitDiags=*/false)) { in ActOnOpenMPLoopInitialization()
4792 if (ISC.checkAndSetInit(Init)) in checkOpenMPIterationSpace()