Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp658 OpenMPDirectiveKind getParentDirective() const { in getParentDirective() function in __anon1dd12e440111::DSAStackTy
2412 DSAStack->getParentDirective() != OMPD_unknown)) { in isOpenMPCapturedDecl()
2516 DSAStack->getParentDirective() != OMPD_unknown)) { in isOpenMPPrivateDecl()
4789 OpenMPDirectiveKind ParentRegion = Stack->getParentDirective(); in checkNestingOfRegions()
6004 const OpenMPDirectiveKind ParentDirective = DSAStack->getParentDirective(); in ActOnOpenMPExecutableDirective()
11288 isOpenMPSimdDirective(DSAStack->getParentDirective())) { in ActOnOpenMPOrderedDirective()
13269 if (getLangOpts().HIP && (DSAStack->getParentDirective() == OMPD_target)) in ActOnOpenMPTeamsDirective()
19101 OpenMPDirectiveKind ParentDir = Stack->getParentDirective(); in actOnOMPReductionKindClause()
23855 if (DSAStack->getParentDirective() != OMPD_unknown) in ActOnOpenMPInclusiveClause()
23886 OpenMPDirectiveKind ParentDirective = DSAStack->getParentDirective(); in ActOnOpenMPExclusiveClause()