Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp249 bool AllowNoexceptAllMatchWithNoSpec = false, bool IsOperatorNew = false);
280 bool IsOperatorNew = OO == OO_New || OO == OO_Array_New; in CheckEquivalentExceptionSpec() local
306 /*AllowNoexceptAllMatchWithNoSpec=*/true, IsOperatorNew)) { in CheckEquivalentExceptionSpec()
490 bool AllowNoexceptAllMatchWithNoSpec, bool IsOperatorNew) { in CheckEquivalentExceptionSpecImpl() argument
589 if (S.getLangOpts().CPlusPlus11 && IsOperatorNew) { in CheckEquivalentExceptionSpecImpl()