Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExceptionSpec.cpp299 bool IsOperatorNew = OO == OO_New || OO == OO_Array_New; in CheckEquivalentExceptionSpec() local
521 bool AllowNoexceptAllMatchWithNoSpec, bool IsOperatorNew) { in CheckEquivalentExceptionSpecImpl()