Searched refs:TheSema (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/Frontend/ |
D | CompilerInstance.h | 106 std::unique_ptr<Sema> TheSema; variable 491 bool hasSema() const { return (bool)TheSema; } in hasSema() 494 assert(TheSema && "Compiler instance has no Sema object!"); in getSema() 495 return *TheSema; in getSema()
|
D | ASTUnit.h | 112 std::unique_ptr<Sema> TheSema; variable 514 bool hasSema() const { return (bool)TheSema; } in hasSema() 516 assert(TheSema && "ASTUnit does not have a Sema object!"); in getSema() 517 return *TheSema; in getSema()
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 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() [all …]
|
D | CompilerInstance.cpp | 108 TheSema.reset(S); in setSema() 123 return std::move(TheSema); in takeSema() 538 TheSema.reset(new Sema(getPreprocessor(), getASTContext(), getASTConsumer(), in createSema()
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVInstruction.h | 78 SPIRVComponentMemorySemanticsMask(SPIRVWord TheSema = SPIRVWORD_MAX): 79 MemSema(TheSema){} in MemSema() argument
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 451 static void diagnoseUseOfProtocols(Sema &TheSema, in diagnoseUseOfProtocols() argument 458 Sema::ContextRAII SavedContext(TheSema, CD); in diagnoseUseOfProtocols() 460 (void)TheSema.DiagnoseUseOfDecl(ProtoRefs[i], ProtoLocs[i]); in diagnoseUseOfProtocols()
|