Searched refs:getCopyElisionCandidate (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 3329 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 D | SemaCoroutine.cpp | 999 const VarDecl *NRVOCandidate = this->getCopyElisionCandidate( in BuildCoreturnStmt()
|
| H A D | SemaExprCXX.cpp | 875 NRVOVariable = getCopyElisionCandidate(QualType(), Ex, CES_Strict); in BuildCXXThrow()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 4761 VarDecl *getCopyElisionCandidate(QualType ReturnType, Expr *E,
|