Home
last modified time | relevance | path

Searched defs:TheSema (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplateInstCallback.h44 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 DFrontendActions.cpp392 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 DCompilerInstance.h117 std::unique_ptr<Sema> TheSema; variable
H A DASTUnit.h137 std::unique_ptr<Sema> TheSema; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp537 static void diagnoseUseOfProtocols(Sema &TheSema, in diagnoseUseOfProtocols()