Searched refs:FoundNameModifiers (Results 1 – 2 of 2) sorted by relevance
3302 SmallVector<const OMPIfClause *, OMPC_unknown + 1> FoundNameModifiers( in checkIfClauses() local3310 if (FoundNameModifiers[CurNM]) { in checkIfClauses()3319 FoundNameModifiers[CurNM] = IC; in checkIfClauses()3343 if (FoundNameModifiers[OMPD_unknown] && NamedModifiersNumber > 0) { in checkIfClauses()3345 S.Diag(FoundNameModifiers[OMPD_unknown]->getLocStart(), in checkIfClauses()3356 if (!FoundNameModifiers[NM]) { in checkIfClauses()3367 S.Diag(FoundNameModifiers[OMPD_unknown]->getCondition()->getLocStart(), in checkIfClauses()
4763 llvm::IndexedMap<const OMPIfClause *, Kind2Unsigned> FoundNameModifiers; in checkIfClauses() local4764 FoundNameModifiers.resize(llvm::omp::Directive_enumSize + 1); in checkIfClauses()4771 if (FoundNameModifiers[CurNM]) { in checkIfClauses()4780 FoundNameModifiers[CurNM] = IC; in checkIfClauses()4804 if (FoundNameModifiers[OMPD_unknown] && NamedModifiersNumber > 0) { in checkIfClauses()4806 S.Diag(FoundNameModifiers[OMPD_unknown]->getBeginLoc(), in checkIfClauses()4817 if (!FoundNameModifiers[NM]) { in checkIfClauses()4828 S.Diag(FoundNameModifiers[OMPD_unknown]->getCondition()->getBeginLoc(), in checkIfClauses()