Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp3396 NamedReturnInfo Info{VD, NamedReturnInfo::MoveEligibleAndCopyElidable}; in getNamedReturnInfo()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h5044 enum Status : uint8_t { None, MoveEligible, MoveEligibleAndCopyElidable }; enumerator
5048 bool isCopyElidable() const { return S == MoveEligibleAndCopyElidable; } in isCopyElidable()