Searched refs:CES_Strict (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaStmt.cpp | 3436 NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, CES_Strict); in ActOnCapScopeReturnStmt() 3449 NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, CES_Strict); in ActOnCapScopeReturnStmt() 3848 NRVOCandidate = getCopyElisionCandidate(FnRetType, RetValExp, CES_Strict); in BuildReturnStmt()
|
D | SemaTemplateInstantiateDecl.cpp | 1025 if (SemaRef.isCopyElisionCandidate(ReturnType, Var, Sema::CES_Strict)) in VisitVarDecl()
|
D | SemaExprCXX.cpp | 875 NRVOVariable = getCopyElisionCandidate(QualType(), Ex, CES_Strict); in BuildCXXThrow()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 4608 CES_Strict = 0, enumerator
|