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

/external/clang/lib/Sema/
H A DSemaStmt.cpp1709 const VarDecl *Sema::getCopyElisionCandidate(QualType ReturnType, function in class:Sema
1777 (NRVOCandidate || getCopyElisionCandidate(ResultType, Value, true))) {
1925 NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, false);
2083 NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, false);

Completed in 57 milliseconds