Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurContext

5145     DeclContext *SavedContext = CurContext;
5146 CurContext = Context.getTranslationUnitDecl();
5148 CurContext = SavedContext;