Searched refs:getCopyElisionCandidate (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 2705 VarDecl *Sema::getCopyElisionCandidate(QualType ReturnType, Expr *E, in getCopyElisionCandidate() function in Sema 2790 NRVOCandidate = getCopyElisionCandidate(ResultType, Value, true); in PerformMoveOrCopyInitialization() 2981 NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, false); in ActOnCapScopeReturnStmt() 2994 NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, false); in ActOnCapScopeReturnStmt() 3352 NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, false); in BuildReturnStmt()
|
D | SemaExprCXX.cpp | 711 NRVOVariable = getCopyElisionCandidate(QualType(), Ex, false); in BuildCXXThrow()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3479 VarDecl *getCopyElisionCandidate(QualType ReturnType, Expr *E,
|