Searched refs:FoundNameModifiers (Results 1 – 1 of 1) sorted by relevance
5274 llvm::IndexedMap<const OMPIfClause *, Kind2Unsigned> FoundNameModifiers; in checkIfClauses() local5275 FoundNameModifiers.resize(llvm::omp::Directive_enumSize + 1); in checkIfClauses()5282 if (FoundNameModifiers[CurNM]) { in checkIfClauses()5291 FoundNameModifiers[CurNM] = IC; in checkIfClauses()5308 if (FoundNameModifiers[OMPD_unknown] && NamedModifiersNumber > 0) { in checkIfClauses()5310 S.Diag(FoundNameModifiers[OMPD_unknown]->getBeginLoc(), in checkIfClauses()5321 if (!FoundNameModifiers[NM]) { in checkIfClauses()5332 S.Diag(FoundNameModifiers[OMPD_unknown]->getCondition()->getBeginLoc(), in checkIfClauses()