Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DScope.cpp166 (*NRVO)->setNRVOVariable(true); in applyNRVO()
DSemaTemplateInstantiateDecl.cpp1175 Var->setNRVOVariable(NRVO); in VisitVarDecl()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DDecl.h1467 void setNRVOVariable(bool NRVO) { in setNRVOVariable() function