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.cpp3482 bool SupressSimplerImplicitMoves) { in PerformMoveOrCopyInitialization() argument
3484 (!getLangOpts().CPlusPlus23 || SupressSimplerImplicitMoves) && in PerformMoveOrCopyInitialization()
3523 bool SupressSimplerImplicitMoves) { in ActOnCapScopeReturnStmt() argument
3658 Entity, NRInfo, RetValExp, SupressSimplerImplicitMoves); in ActOnCapScopeReturnStmt()
3908 bool SupressSimplerImplicitMoves = in BuildReturnStmt() local
3911 RetValExp, SupressSimplerImplicitMoves ? SimplerImplicitMoveMode::ForceOff in BuildReturnStmt()
3916 SupressSimplerImplicitMoves); in BuildReturnStmt()
4135 Entity, NRInfo, RetValExp, SupressSimplerImplicitMoves); in BuildReturnStmt()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11086 bool SupressSimplerImplicitMoves = false);
11105 bool SupressSimplerImplicitMoves);