Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp648 OpenMPDirectiveKind getMappedDirective() const { in getMappedDirective() function in __anon95b22cd90111::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()
H A DTreeTransform.h9186 D->getMappedDirective()); in TransformOMPExecutableDirective()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2392 Record.writeEnum(E->getMappedDirective()); in VisitOMPExecutableDirective()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h615 OpenMPDirectiveKind getMappedDirective() const { return PrevMappedDirective; } in getMappedDirective() function