Home
last modified time | relevance | path

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

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