Home
last modified time | relevance | path

Searched refs: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
232 /*AllowNoexceptAllMatchWithNoSpec=*/true, IsOperatorNew)) { in CheckEquivalentExceptionSpec()
406 bool IsOperatorNew) { in CheckEquivalentExceptionSpec() argument
510 if (getLangOpts().CPlusPlus11 && IsOperatorNew) { in CheckEquivalentExceptionSpec()
/external/clang/include/clang/Sema/
DSema.h1324 bool IsOperatorNew = false);