Lines Matching defs:Sema
25 #include "clang/Sema/TemplateInstCallback.h"
385 using CodeSynthesisContext = Sema::CodeSynthesisContext;
388 void initialize(const Sema &) override {}
390 void finalize(const Sema &) override {}
392 void atTemplateBegin(const Sema &TheSema,
397 void atTemplateEnd(const Sema &TheSema,
464 static void displayTemplightEntry(llvm::raw_ostream &Out, const Sema &TheSema,
478 static void printEntryName(const Sema &TheSema, const Decl *Entity,
553 static TemplightEntry getTemplightEntry(const Sema &TheSema,
588 // FIXME: Move the truncation aspect of this into Sema, we delayed this till