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 96 OwningPtr<Sema> TheSema;
416 bool hasSema() const { return TheSema != 0; }
419 assert(TheSema && "Compiler instance has no Sema object!");
420 return *TheSema;
423 Sema *takeSema() { return TheSema.take(); }
ASTUnit.h 90 OwningPtr<Sema> TheSema;
459 bool hasSema() const { return TheSema; }
461 assert(TheSema && "ASTUnit does not have a Sema object!");
462 return *TheSema;
    [all...]

Completed in 29 milliseconds