Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp323 Dir->setMappedDirective(ParamPrevMappedDirective); in Create()
370 Dir->setMappedDirective(ParamPrevMappedDirective); in Create()
1604 Dir->setMappedDirective(ParamPrevMappedDirective); in Create()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h357 void setMappedDirective(OpenMPDirectiveKind MappedDirective) { in setMappedDirective() function
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2393 E->setMappedDirective(Record.readEnum<OpenMPDirectiveKind>()); in VisitOMPExecutableDirective()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp659 void setMappedDirective(OpenMPDirectiveKind NewDK) { in setMappedDirective() function in __anon95b22cd90111::DSAStackTy
6043 DSAStack->setMappedDirective(OMPD_loop); in mapLoopConstruct()
6049 DSAStack->setMappedDirective(OMPD_loop); in mapLoopConstruct()
6055 DSAStack->setMappedDirective(OMPD_loop); in mapLoopConstruct()
6070 DSAStack->setMappedDirective(OMPD_loop); in mapLoopConstruct()