Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExceptionSpec.cpp270 bool AllowNoexceptAllMatchWithNoSpec = false, bool IsOperatorNew = false);
300 bool IsOperatorNew = OO == OO_New || OO == OO_Array_New; in CheckEquivalentExceptionSpec() local
326 /*AllowNoexceptAllMatchWithNoSpec=*/true, IsOperatorNew)) { in CheckEquivalentExceptionSpec()
522 bool AllowNoexceptAllMatchWithNoSpec, bool IsOperatorNew) { in CheckEquivalentExceptionSpecImpl() argument
621 if (S.getLangOpts().CPlusPlus11 && IsOperatorNew) { in CheckEquivalentExceptionSpecImpl()