Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp3521 bool SupressSimplerImplicitMoves) { in PerformMoveOrCopyInitialization() argument
3523 (!getLangOpts().CPlusPlus2b || SupressSimplerImplicitMoves) && in PerformMoveOrCopyInitialization()
3565 bool SupressSimplerImplicitMoves) { in ActOnCapScopeReturnStmt() argument
3696 Entity, NRInfo, RetValExp, SupressSimplerImplicitMoves); in ActOnCapScopeReturnStmt()
3934 bool SupressSimplerImplicitMoves = in BuildReturnStmt() local
3937 RetValExp, SupressSimplerImplicitMoves ? SimplerImplicitMoveMode::ForceOff in BuildReturnStmt()
3942 SupressSimplerImplicitMoves); in BuildReturnStmt()
4153 Entity, NRInfo, RetValExp, SupressSimplerImplicitMoves); in BuildReturnStmt()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h5060 bool SupressSimplerImplicitMoves = false);
5068 bool SupressSimplerImplicitMoves);