Home
last modified time | relevance | path

Searched refs:setNRVOVariable (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp171 (*NRVO)->setNRVOVariable(true); in applyNRVO()
H A DSemaCoroutine.cpp1831 GroDecl->setNRVOVariable(true); in makeGroDeclAndReturnStmt()
H A DSemaTemplateInstantiateDecl.cpp1256 Var->setNRVOVariable(NRVO); in VisitVarDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1456 void setNRVOVariable(bool NRVO) { in setNRVOVariable() function