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