Searched refs:FoundNameModifiers (Results 1 – 1 of 1) sorted by relevance
4897 llvm::IndexedMap<const OMPIfClause *, Kind2Unsigned> FoundNameModifiers; in checkIfClauses() local4898 FoundNameModifiers.resize(llvm::omp::Directive_enumSize + 1); in checkIfClauses()4905 if (FoundNameModifiers[CurNM]) { in checkIfClauses()4914 FoundNameModifiers[CurNM] = IC; in checkIfClauses()4938 if (FoundNameModifiers[OMPD_unknown] && NamedModifiersNumber > 0) { in checkIfClauses()4940 S.Diag(FoundNameModifiers[OMPD_unknown]->getBeginLoc(), in checkIfClauses()4951 if (!FoundNameModifiers[NM]) { in checkIfClauses()4962 S.Diag(FoundNameModifiers[OMPD_unknown]->getCondition()->getBeginLoc(), in checkIfClauses()