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

/external/clang/lib/Sema/
H A DSemaStmt.cpp2127 const VarDecl *Sema::getCopyElisionCandidate(QualType ReturnType, function in class:Sema
2195 (NRVOCandidate || getCopyElisionCandidate(ResultType, Value, true))) {
2338 NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, false);
2498 NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, false);
H A DSemaExprCXX.cpp624 NRVOVariable = getCopyElisionCandidate(QualType(), E, false);
/external/clang/include/clang/Sema/
H A DSema.h2566 const VarDecl *getCopyElisionCandidate(QualType ReturnType, Expr *E,

Completed in 107 milliseconds