Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp166 OpenMPDirectiveKind getCurrentDirective() const { in getCurrentDirective() function in __anon8add7ef70111::DSAStackTy
410 FromParent ? getParentDirective() : getCurrentDirective(); in getTopDSA()
557 if (DSAStack->getCurrentDirective() != OMPD_unknown) { in IsOpenMPCapturedVar()
928 << getOpenMPDirectiveName(Stack->getCurrentDirective()); in ReportOriginalDSA()
956 auto DKind = Stack->getCurrentDirective(); in VisitDeclRefExpr()
4329 OpenMPDirectiveKind CurrDir = DSAStack->getCurrentDirective(); in ActOnOpenMPFirstprivateClause()
4517 OpenMPDirectiveKind CurrDir = DSAStack->getCurrentDirective(); in ActOnOpenMPLastprivateClause()
4915 OpenMPDirectiveKind CurrDir = DSAStack->getCurrentDirective(); in ActOnOpenMPReductionClause()