Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp14308 void Sema::computeNRVO(Stmt *Body, FunctionScopeInfo *Scope) { in computeNRVO() function in Sema
14507 computeNRVO(Body, FSI); in ActOnFinishFunctionBody()
14631 computeNRVO(Body, FSI); in ActOnFinishFunctionBody()
H A DSemaExpr.cpp15511 computeNRVO(Body, BSI); in ActOnBlockStmtExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2823 void computeNRVO(Stmt *Body, sema::FunctionScopeInfo *Scope);