Searched defs:TheSema (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | TemplateInstCallback.h | 44 const Sema &TheSema) { in initialize() 53 const Sema &TheSema) { in finalize() 62 const Sema &TheSema, in atTemplateBegin() 72 const Sema &TheSema, in atTemplateEnd()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 392 void atTemplateBegin(const Sema &TheSema, in atTemplateBegin() 397 void atTemplateEnd(const Sema &TheSema, in atTemplateEnd() 464 static void displayTemplightEntry(llvm::raw_ostream &Out, const Sema &TheSema, in displayTemplightEntry() 478 static void printEntryName(const Sema &TheSema, const Decl *Entity, in printEntryName() 553 static TemplightEntry getTemplightEntry(const Sema &TheSema, in getTemplightEntry()
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 117 std::unique_ptr<Sema> TheSema; variable
|
H A D | ASTUnit.h | 137 std::unique_ptr<Sema> TheSema; variable
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 537 static void diagnoseUseOfProtocols(Sema &TheSema, in diagnoseUseOfProtocols()
|