Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp10487 void Sema::computeNRVO(Stmt *Body, FunctionScopeInfo *Scope) { in computeNRVO() function in Sema
10613 computeNRVO(Body, getCurFunction()); in ActOnFinishFunctionBody()
10675 computeNRVO(Body, getCurFunction()); in ActOnFinishFunctionBody()
DSemaExpr.cpp11353 computeNRVO(Body, BSI); in ActOnBlockStmtExpr()
/external/clang/include/clang/Sema/
DSema.h1631 void computeNRVO(Stmt *Body, sema::FunctionScopeInfo *Scope);