Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp323 Dir->setMappedDirective(ParamPrevMappedDirective); in Create()
370 Dir->setMappedDirective(ParamPrevMappedDirective); in Create()
1566 Dir->setMappedDirective(ParamPrevMappedDirective); in Create()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h357 void setMappedDirective(OpenMPDirectiveKind MappedDirective) { in setMappedDirective() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2373 E->setMappedDirective(Record.readEnum<OpenMPDirectiveKind>()); in VisitOMPExecutableDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp654 void setMappedDirective(OpenMPDirectiveKind NewDK) { in setMappedDirective() function in __anon8e68b8fa0111::DSAStackTy
6193 DSAStack->setMappedDirective(OMPD_loop); in mapLoopConstruct()
6199 DSAStack->setMappedDirective(OMPD_loop); in mapLoopConstruct()
6205 DSAStack->setMappedDirective(OMPD_loop); in mapLoopConstruct()
6220 DSAStack->setMappedDirective(OMPD_loop); in mapLoopConstruct()