Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4908 llvm::IndexedMap<const OMPIfClause *, Kind2Unsigned> FoundNameModifiers; in checkIfClauses() local
4909 FoundNameModifiers.resize(llvm::omp::Directive_enumSize + 1); in checkIfClauses()
4916 if (FoundNameModifiers[CurNM]) { in checkIfClauses()
4925 FoundNameModifiers[CurNM] = IC; in checkIfClauses()
4949 if (FoundNameModifiers[OMPD_unknown] && NamedModifiersNumber > 0) { in checkIfClauses()
4951 S.Diag(FoundNameModifiers[OMPD_unknown]->getBeginLoc(), in checkIfClauses()
4962 if (!FoundNameModifiers[NM]) { in checkIfClauses()
4973 S.Diag(FoundNameModifiers[OMPD_unknown]->getCondition()->getBeginLoc(), in checkIfClauses()