Searched defs:getCopyElisionCandidate (Results 1 - 1 of 1) 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);

Completed in 5112 milliseconds