Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp386 void atTemplateBegin(const Sema &TheSema, in atTemplateBegin()
391 void atTemplateEnd(const Sema &TheSema, in atTemplateEnd()
448 static void displayTemplightEntry(llvm::raw_ostream &Out, const Sema &TheSema, in displayTemplightEntry()
463 static TemplightEntry getTemplightEntry(const Sema &TheSema, in getTemplightEntry()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h111 std::unique_ptr<Sema> TheSema; variable
H A DASTUnit.h135 std::unique_ptr<Sema> TheSema; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp525 static void diagnoseUseOfProtocols(Sema &TheSema, in diagnoseUseOfProtocols()