Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp3272 SmallVector<const OMPIfClause *, OMPC_unknown + 1> FoundNameModifiers( in checkIfClauses() local
3280 if (FoundNameModifiers[CurNM]) { in checkIfClauses()
3289 FoundNameModifiers[CurNM] = IC; in checkIfClauses()
3313 if (FoundNameModifiers[OMPD_unknown] && NamedModifiersNumber > 0) { in checkIfClauses()
3315 S.Diag(FoundNameModifiers[OMPD_unknown]->getBeginLoc(), in checkIfClauses()
3326 if (!FoundNameModifiers[NM]) { in checkIfClauses()
3337 S.Diag(FoundNameModifiers[OMPD_unknown]->getCondition()->getBeginLoc(), in checkIfClauses()