Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp502 bool NewNonThrowing = NewNR == FunctionProtoType::NR_Nothrow || in CheckEquivalentExceptionSpec() local
504 if (OldNonThrowing && NewNonThrowing) in CheckEquivalentExceptionSpec()