Lines Matching refs:TheSema
338 if (!TheSema) in CacheCodeCompletionResults()
352 TheSema->GatherGlobalCodeCompletions(*CachedCompletionAllocator, in CacheCodeCompletionResults()
365 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo, in CacheCodeCompletionResults()
400 if (TheSema->Context.getLangOpts().CPlusPlus && IsNestedNameSpecifier && in CacheCodeCompletionResults()
428 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo, in CacheCodeCompletionResults()
449 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo, in CacheCodeCompletionResults()
751 AST->TheSema.reset(new Sema(PP, Context, *AST->Consumer)); in LoadFromASTFile()
752 AST->TheSema->Initialize(); in LoadFromASTFile()
753 AST->Reader->InitializeSema(*AST->TheSema); in LoadFromASTFile()
1087 TheSema.reset(); in Parse()
1668 TheSema = CI.takeSema(); in transferASTDataFromCompilerInstance()
1812 AST->TheSema.reset(); in LoadFromCompilerInvocationAction()