Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp11379 void Sema::computeNRVO(Stmt *Body, FunctionScopeInfo *Scope) { in computeNRVO() function in Sema
11529 computeNRVO(Body, getCurFunction()); in ActOnFinishFunctionBody()
11591 computeNRVO(Body, getCurFunction()); in ActOnFinishFunctionBody()
DSemaExpr.cpp12177 computeNRVO(Body, BSI); in ActOnBlockStmtExpr()
/external/clang/include/clang/Sema/
DSema.h1818 void computeNRVO(Stmt *Body, sema::FunctionScopeInfo *Scope);