Home
last modified time | relevance | path

Searched refs:getCopyElisionCandidate (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp3329 VarDecl *Sema::getCopyElisionCandidate(QualType ReturnType, Expr *E, in getCopyElisionCandidate() function in Sema
3526 NRVOCandidate = getCopyElisionCandidate(ResultType, Value, CESK); in PerformMoveOrCopyInitialization()
3538 const VarDecl *FakeNRVOCandidate = getCopyElisionCandidate( in PerformMoveOrCopyInitialization()
3724 NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, CES_Strict); in ActOnCapScopeReturnStmt()
3737 NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, CES_Strict); in ActOnCapScopeReturnStmt()
4136 NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, CES_Strict); in BuildReturnStmt()
H A DSemaCoroutine.cpp999 const VarDecl *NRVOCandidate = this->getCopyElisionCandidate( in BuildCoreturnStmt()
H A DSemaExprCXX.cpp875 NRVOVariable = getCopyElisionCandidate(QualType(), Ex, CES_Strict); in BuildCXXThrow()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4761 VarDecl *getCopyElisionCandidate(QualType ReturnType, Expr *E,