Home | History | Annotate | Download | only in Sema

Lines Matching defs:nullptr

51       : Chained(nullptr), FromName(From), ToName("'"), SeenCount(0) {
102 : CorrectFrom(From), CorrectTo(To), CurrentSema(nullptr), CallCount(0) {}
106 void ForgetSema() override { CurrentSema = nullptr; }
115 DeclContext *DestContext = nullptr;
125 Typo.getLoc(), ToIdent, nullptr);
144 : CorrectFrom(From), CorrectTo(To), CurrentSema(nullptr), CallCount(0) {}
148 void ForgetSema() override { CurrentSema = nullptr; }
157 DeclContext *DestContext = nullptr;
167 Context.getFunctionType(Context.VoidTy, {}, {}), nullptr, SC_Static);
197 CI.createSema(getTranslationUnitKind(), nullptr);