Home
last modified time | relevance | path

Searched refs:CES_AllowExceptionVariables (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp3066 if (!(CESK & CES_AllowExceptionVariables) && VD->isExceptionVariable()) in isCopyElisionCandidate()
/external/llvm-project/clang/include/clang/Sema/
DSema.h4611 CES_AllowExceptionVariables = 4, enumerator
4615 CES_AllowExceptionVariables),