Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp3518 CopyElisionSemanticsKind CESK = CES_Strict; in PerformMoveOrCopyInitialization()
3724 NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, CES_Strict); in ActOnCapScopeReturnStmt()
3737 NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, CES_Strict); in ActOnCapScopeReturnStmt()
4136 NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, CES_Strict); in BuildReturnStmt()
H A DSemaTemplateInstantiateDecl.cpp1057 if (SemaRef.isCopyElisionCandidate(ReturnType, Var, Sema::CES_Strict)) in VisitVarDecl()
H A DSemaExprCXX.cpp875 NRVOVariable = getCopyElisionCandidate(QualType(), Ex, CES_Strict); in BuildCXXThrow()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4749 CES_Strict = 0, enumerator