Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp9129 OpenMPClauseKind PredeterminedCKind = in ActOnOpenMPLoopInitialization() local
9134 DVar.CKind != PredeterminedCKind && DVar.RefExpr && in ActOnOpenMPLoopInitialization()
9148 << getOpenMPClauseName(PredeterminedCKind); in ActOnOpenMPLoopInitialization()
9150 DVar.CKind = PredeterminedCKind; in ActOnOpenMPLoopInitialization()
9159 DSAStack->addDSA(D, LoopDeclRefExpr, PredeterminedCKind, in ActOnOpenMPLoopInitialization()