Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5304 llvm::IndexedMap<const OMPIfClause *, Kind2Unsigned> FoundNameModifiers; in checkIfClauses() local
5305 FoundNameModifiers.resize(llvm::omp::Directive_enumSize + 1); in checkIfClauses()
5312 if (FoundNameModifiers[CurNM]) { in checkIfClauses()
5321 FoundNameModifiers[CurNM] = IC; in checkIfClauses()
5338 if (FoundNameModifiers[OMPD_unknown] && NamedModifiersNumber > 0) { in checkIfClauses()
5340 S.Diag(FoundNameModifiers[OMPD_unknown]->getBeginLoc(), in checkIfClauses()
5351 if (!FoundNameModifiers[NM]) { in checkIfClauses()
5362 S.Diag(FoundNameModifiers[OMPD_unknown]->getCondition()->getBeginLoc(), in checkIfClauses()