Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp626 OpenMPDirectiveKind getParentDirective() const { in getParentDirective() function in __anon5b04668f0111::DSAStackTy
2247 DSAStack->getParentDirective() != OMPD_unknown)) { in isOpenMPCapturedDecl()
4644 OpenMPDirectiveKind ParentRegion = Stack->getParentDirective(); in checkNestingOfRegions()
10325 isOpenMPSimdDirective(DSAStack->getParentDirective())) { in ActOnOpenMPOrderedDirective()
20636 if (DSAStack->getParentDirective() != OMPD_unknown) in ActOnOpenMPInclusiveClause()
20666 OpenMPDirectiveKind ParentDirective = DSAStack->getParentDirective(); in ActOnOpenMPExclusiveClause()