Lines Matching refs:TheSema
337 if (!TheSema) in CacheCodeCompletionResults()
351 TheSema->GatherGlobalCodeCompletions(*CachedCompletionAllocator, in CacheCodeCompletionResults()
364 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo, in CacheCodeCompletionResults()
399 if (TheSema->Context.getLangOpts().CPlusPlus && IsNestedNameSpecifier && in CacheCodeCompletionResults()
427 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo, in CacheCodeCompletionResults()
448 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo, in CacheCodeCompletionResults()
750 AST->TheSema.reset(new Sema(PP, Context, *AST->Consumer)); in LoadFromASTFile()
751 AST->TheSema->Initialize(); in LoadFromASTFile()
752 AST->Reader->InitializeSema(*AST->TheSema); in LoadFromASTFile()
1086 TheSema.reset(); in Parse()
1659 TheSema = CI.takeSema(); in transferASTDataFromCompilerInstance()
1802 AST->TheSema.reset(); in LoadFromCompilerInvocationAction()