Searched refs:IsCorrect (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp303 bool IsCorrect = !ExpectAndConsume(tok::colon);
305 if (!IsCorrect && Tok.is(tok::annot_pragma_openmp_end))
308 IsCorrect = IsCorrect && !Name.isEmpty();
312 IsCorrect = false;
315 if (!IsCorrect && Tok.is(tok::annot_pragma_openmp_end))
341 IsCorrect = false;
354 if (!IsCorrect && Tok.is(tok::annot_pragma_openmp_end))
359 IsCorrect = false;
386 IsCorrect
535 bool IsCorrect = true; local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3618 bool IsCorrect = true; local
3666 IsCorrect = IsCorrect && OldPrivParm->hasInit();
3667 if (IsCorrect)
3674 IsCorrect = IsCorrect && SubstCombiner &&
3682 /*S=*/nullptr, DRD, IsCorrect && !D->isInvalidDecl());
3713 bool IsCorrect = true; local
3735 IsCorrect = false;
3740 if (!IsCorrect)
[all...]
H A DSemaExpr.cpp5607 bool IsCorrect = true; local
5632 IsCorrect = false;
5640 IsCorrect = false;
5692 IsCorrect = false;
5703 IsCorrect = false;
5707 if (!Begin || !End || !IsCorrect) {
5708 IsCorrect = false;
5720 if (!IsCorrect) {
5738 IsCorrect = false;
5747 IsCorrect
[all...]

Completed in 213 milliseconds