Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp674 OpenMPDirectiveKind getParentDirective() const { in getParentDirective() function in __anon8e68b8fa0111::DSAStackTy
2429 DSAStack->getParentDirective() != OMPD_unknown)) { in isOpenMPCapturedDecl()
2532 DSAStack->getParentDirective() != OMPD_unknown)) { in isOpenMPPrivateDecl()
5003 OpenMPDirectiveKind ParentRegion = Stack->getParentDirective(); in checkNestingOfRegions()
6151 const OpenMPDirectiveKind ParentDirective = DSAStack->getParentDirective(); in mapLoopConstruct()
11552 isOpenMPSimdDirective(DSAStack->getParentDirective())) { in ActOnOpenMPOrderedDirective()
13551 if (getLangOpts().HIP && (DSAStack->getParentDirective() == OMPD_target)) in ActOnOpenMPTeamsDirective()
24056 if (DSAStack->getParentDirective() != OMPD_unknown) in ActOnOpenMPInclusiveClause()
24086 OpenMPDirectiveKind ParentDirective = DSAStack->getParentDirective(); in ActOnOpenMPExclusiveClause()