Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp8508 OpenMPClauseKind PredeterminedCKind = in ActOnOpenMPLoopInitialization() local
8513 DVar.CKind != PredeterminedCKind && DVar.RefExpr && in ActOnOpenMPLoopInitialization()
8526 << getOpenMPClauseName(PredeterminedCKind); in ActOnOpenMPLoopInitialization()
8528 DVar.CKind = PredeterminedCKind; in ActOnOpenMPLoopInitialization()
8537 DSAStack->addDSA(D, LoopDeclRefExpr, PredeterminedCKind, in ActOnOpenMPLoopInitialization()