reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
145 void InitializeSema(Sema &S) override { CurrentSema = &S; } 147 void ForgetSema() override { CurrentSema = nullptr; } 155 if (CurrentSema && Typo.getName().getAsString() == CorrectFrom) { 157 ASTContext &Context = CurrentSema->getASTContext(); 159 DestContext = CurrentSema->computeDeclContext(*SS, EnteringContext); 163 CurrentSema->getPreprocessor().getIdentifierInfo(CorrectTo);