Home
last modified time | relevance | path

Searched refs:SupressSimplerImplicitMoves (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3374 bool SupressSimplerImplicitMoves) { in PerformMoveOrCopyInitialization() argument
3376 (!getLangOpts().CPlusPlus23 || SupressSimplerImplicitMoves) && in PerformMoveOrCopyInitialization()
3415 bool SupressSimplerImplicitMoves) { in ActOnCapScopeReturnStmt() argument
3548 Entity, NRInfo, RetValExp, SupressSimplerImplicitMoves); in ActOnCapScopeReturnStmt()
3788 bool SupressSimplerImplicitMoves = in BuildReturnStmt() local
3791 RetValExp, SupressSimplerImplicitMoves ? SimplerImplicitMoveMode::ForceOff in BuildReturnStmt()
3796 SupressSimplerImplicitMoves); in BuildReturnStmt()
4015 Entity, NRInfo, RetValExp, SupressSimplerImplicitMoves); in BuildReturnStmt()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10871 bool SupressSimplerImplicitMoves = false);
10890 bool SupressSimplerImplicitMoves);