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

Completed in 206 milliseconds