Searched defs:IsOperatorNew (Results 1 – 1 of 1) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 298 bool IsOperatorNew = OO == OO_New || OO == OO_Array_New; CheckEquivalentExceptionSpec() local 516 CheckEquivalentExceptionSpecImpl(Sema & S,const PartialDiagnostic & DiagID,const PartialDiagnostic & NoteID,const FunctionProtoType * Old,SourceLocation OldLoc,const FunctionProtoType * New,SourceLocation NewLoc,bool * MissingExceptionSpecification,bool * MissingEmptyExceptionSpecification,bool AllowNoexceptAllMatchWithNoSpec,bool IsOperatorNew) CheckEquivalentExceptionSpecImpl() argument
|