Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp7236 bool checkAndSetInit(Stmt *S, bool EmitDiags = true);
7537 bool OpenMPIterationSpaceChecker::checkAndSetInit(Stmt *S, bool EmitDiags) { in checkAndSetInit() function in __anon5b04668f3411::OpenMPIterationSpaceChecker
8472 if (!ISC.checkAndSetInit(Init, /*EmitDiags=*/false)) { in ActOnOpenMPLoopInitialization()
8595 if (ISC.checkAndSetInit(Init)) in checkOpenMPIterationSpace()