Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp7662 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelDirective()
10461 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPGenericLoopDirective()
10497 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTeamsGenericLoopDirective()
10547 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetTeamsGenericLoopDirective()
10595 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelGenericLoopDirective()
10644 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelGenericLoopDirective()
10797 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForDirective()
10841 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForSimdDirective()
10886 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelMasterDirective()
10909 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelMaskedDirective()
[all …]
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h4451 void setNothrow(bool Nothrow = true);
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp5038 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow() function in CapturedDecl
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp1679 CD->setNothrow(Record.readInt() != 0); in VisitCapturedDecl()