Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp214 bool IsOperatorNew = OO == OO_New || OO == OO_Array_New; in CheckEquivalentExceptionSpec() local
406 bool IsOperatorNew) { in CheckEquivalentExceptionSpec()
/external/llvm-project/clang/lib/Sema/
DSemaExceptionSpec.cpp293 bool IsOperatorNew = OO == OO_New || OO == OO_Array_New; in CheckEquivalentExceptionSpec() local
514 bool AllowNoexceptAllMatchWithNoSpec, bool IsOperatorNew) { in CheckEquivalentExceptionSpecImpl()