Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp643 OpenMPDirectiveKind getMappedDirective() const { in getMappedDirective() function in __anon8e68b8fa0111::DSAStackTy
9369 DSA.getMappedDirective() == OMPD_unknown) in checkOpenMPIterationSpace()
9371 : DSA.getMappedDirective(); in checkOpenMPIterationSpace()
10500 DSAStack->getMappedDirective() == OMPD_loop && in checkLastPrivateForMappedDirectives()
10547 DSAStack->getMappedDirective()); in ActOnOpenMPSimdDirective()
10588 DSAStack->getMappedDirective()); in ActOnOpenMPForDirective()
14171 DSAStack->getMappedDirective()); in ActOnOpenMPDistributeDirective()
H A DTreeTransform.h8879 D->getMappedDirective()); in TransformOMPExecutableDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2353 Record.writeEnum(E->getMappedDirective()); in VisitOMPExecutableDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h615 OpenMPDirectiveKind getMappedDirective() const { return PrevMappedDirective; } in getMappedDirective() function