Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3347 return Info.isCopyElidable() ? Info.Candidate : nullptr; in getCopyElisionCandidate()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10817 bool isCopyElidable() const { return S == MoveEligibleAndCopyElidable; } in isCopyElidable() function