Lines Matching refs:TheSema
365 if (!TheSema) in CacheCodeCompletionResults()
379 TheSema->GatherGlobalCodeCompletions(*CachedCompletionAllocator, in CacheCodeCompletionResults()
392 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo, in CacheCodeCompletionResults()
427 if (TheSema->Context.getLangOpts().CPlusPlus && IsNestedNameSpecifier && in CacheCodeCompletionResults()
455 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo, in CacheCodeCompletionResults()
476 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo, in CacheCodeCompletionResults()
861 AST->TheSema.reset(new Sema(PP, *AST->Ctx, *AST->Consumer)); in LoadFromASTFile()
862 AST->TheSema->Initialize(); in LoadFromASTFile()
863 AST->Reader->InitializeSema(*AST->TheSema); in LoadFromASTFile()
1451 TheSema = CI.takeSema(); in transferASTDataFromCompilerInstance()
1595 AST->TheSema.reset(); in LoadFromCompilerInvocationAction()
1888 TheSema.reset(); in ResetForParse()