Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp159 OpenMPDirectiveKind getCurrentDirective() const { in getCurrentDirective() function in __anonc48eae3d0111::DSAStackTy
366 OpenMPDirectiveKind Kind = getCurrentDirective(); in getTopDSA()
824 << getOpenMPDirectiveName(Stack->getCurrentDirective()); in ReportOriginalDSA()
849 OpenMPDirectiveKind DKind = Stack->getCurrentDirective(); in VisitDeclRefExpr()
2658 OpenMPDirectiveKind CurrDir = DSAStack->getCurrentDirective(); in ActOnOpenMPFirstprivateClause()
2769 OpenMPDirectiveKind CurrDir = DSAStack->getCurrentDirective(); in ActOnOpenMPLastprivateClause()
3167 OpenMPDirectiveKind CurrDir = DSAStack->getCurrentDirective(); in ActOnOpenMPReductionClause()