HomeSort by relevance Sort by last modified time
    Searched defs:TheSema (Results 1 - 2 of 2) 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...]

Completed in 47 milliseconds