HomeSort by relevance Sort by last modified time
    Searched refs:TheSema (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Frontend/
CompilerInstance.h 106 std::unique_ptr<Sema> TheSema;
491 bool hasSema() const { return (bool)TheSema; }
494 assert(TheSema && "Compiler instance has no Sema object!");
495 return *TheSema;
ASTUnit.h 112 std::unique_ptr<Sema> TheSema;
514 bool hasSema() const { return (bool)TheSema; }
516 assert(TheSema && "ASTUnit does not have a Sema object!");
517 return *TheSema;
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 338 if (!TheSema)
352 TheSema->GatherGlobalCodeCompletions(*CachedCompletionAllocator,
365 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo,
400 if (TheSema->Context.getLangOpts().CPlusPlus && IsNestedNameSpecifier &&
428 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo,
449 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo,
751 AST->TheSema.reset(new Sema(PP, Context, *AST->Consumer));
752 AST->TheSema->Initialize();
753 AST->Reader->InitializeSema(*AST->TheSema);
    [all...]
CompilerInstance.cpp 108 TheSema.reset(S);
123 return std::move(TheSema);
538 TheSema.reset(new Sema(getPreprocessor(), getASTContext(), getASTConsumer(),
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVInstruction.h 78 SPIRVComponentMemorySemanticsMask(SPIRVWord TheSema = SPIRVWORD_MAX):
79 MemSema(TheSema){}
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 451 static void diagnoseUseOfProtocols(Sema &TheSema,
458 Sema::ContextRAII SavedContext(TheSema, CD);
460 (void)TheSema.DiagnoseUseOfDecl(ProtoRefs[i], ProtoLocs[i]);
    [all...]

Completed in 1389 milliseconds