Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsOperatorNew

155   bool IsOperatorNew = OO == OO_New || OO == OO_Array_New;
169 /*AllowNoexceptAllMatchWithNoSpec=*/true, IsOperatorNew)) {
326 bool IsOperatorNew) {
430 if (getLangOpts().CPlusPlus11 && IsOperatorNew) {