Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp679 OpenMPDirectiveKind getParentDirective() const { in getParentDirective() function in __anon95b22cd90111::DSAStackTy
2436 DSAStack->getParentDirective() != OMPD_unknown)) { in isOpenMPCapturedDecl()
2540 DSAStack->getParentDirective() != OMPD_unknown)) { in isOpenMPPrivateDecl()
4790 OpenMPDirectiveKind ParentRegion = Stack->getParentDirective(); in checkNestingOfRegions()
5996 const OpenMPDirectiveKind ParentDirective = DSAStack->getParentDirective(); in mapLoopConstruct()
11216 isOpenMPSimdDirective(DSAStack->getParentDirective())) { in ActOnOpenMPOrderedDirective()
13133 if (getLangOpts().HIP && (DSAStack->getParentDirective() == OMPD_target)) in ActOnOpenMPTeamsDirective()
22907 if (DSAStack->getParentDirective() != OMPD_unknown) in ActOnOpenMPInclusiveClause()
22938 OpenMPDirectiveKind ParentDirective = DSAStack->getParentDirective(); in ActOnOpenMPExclusiveClause()