Searched refs:getCopyElisionCandidate (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 2673 VarDecl *Sema::getCopyElisionCandidate(QualType ReturnType, in getCopyElisionCandidate() function in Sema 2751 (NRVOCandidate || getCopyElisionCandidate(ResultType, Value, true))) { in PerformMoveOrCopyInitialization() 2926 NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, false); in ActOnCapScopeReturnStmt() 2939 NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, false); in ActOnCapScopeReturnStmt() 3279 NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, false); in BuildReturnStmt()
|
D | SemaExprCXX.cpp | 670 NRVOVariable = getCopyElisionCandidate(QualType(), Ex, false); in BuildCXXThrow()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3394 VarDecl *getCopyElisionCandidate(QualType ReturnType, Expr *E,
|