Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp648 OpenMPDirectiveKind getMappedDirective() const { in getMappedDirective() function in __anon0864d4de0111::DSAStackTy
9174 DSA.getMappedDirective() == OMPD_unknown) in checkOpenMPIterationSpace()
9176 : DSA.getMappedDirective(); in checkOpenMPIterationSpace()
10346 DSAStack->getMappedDirective() == OMPD_loop && in checkLastPrivateForMappedDirectives()
10381 DSAStack->getMappedDirective()); in ActOnOpenMPSimdDirective()
10410 DSAStack->getMappedDirective()); in ActOnOpenMPForDirective()
13617 DSAStack->getMappedDirective()); in ActOnOpenMPDistributeDirective()
HDTreeTransform.h9186 D->getMappedDirective()); in TransformOMPExecutableDirective()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp2392 Record.writeEnum(E->getMappedDirective()); in VisitOMPExecutableDirective()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmtOpenMP.h615 OpenMPDirectiveKind getMappedDirective() const { return PrevMappedDirective; } in getMappedDirective() function