Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp2673 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()
DSemaExprCXX.cpp670 NRVOVariable = getCopyElisionCandidate(QualType(), Ex, false); in BuildCXXThrow()
/external/clang/include/clang/Sema/
DSema.h3394 VarDecl *getCopyElisionCandidate(QualType ReturnType, Expr *E,