Home
last modified time | relevance | path

Searched refs:m_sema (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DASTResultSynthesizer.cpp38 m_passthrough_sema(nullptr), m_target(target), m_sema(nullptr), in ASTResultSynthesizer()
117 if (!m_sema) in SynthesizeFunctionResult()
159 if (!m_sema) in SynthesizeObjCMethodResult()
317 m_sema->RequireCompleteType(last_expr->getSourceRange().getBegin(), in SynthesizeBodyResult()
336 m_sema->CreateBuiltinUnaryOp(SourceLocation(), UO_AddrOf, last_expr); in SynthesizeBodyResult()
338 m_sema->AddInitializerToDecl(result_decl, address_of_expr.get(), true); in SynthesizeBodyResult()
351 m_sema->AddInitializerToDecl(result_decl, last_expr, true); in SynthesizeBodyResult()
368 result_decl_group_ptr = m_sema->ConvertDeclToDeclGroup(result_decl); in SynthesizeBodyResult()
374 StmtResult result_initialization_stmt_result(m_sema->ActOnDeclStmt( in SynthesizeBodyResult()
499 m_sema = &S; in InitializeSema()
[all …]
DCxxModuleHandler.h38 clang::Sema *m_sema = nullptr; variable
60 bool isValid() const { return m_sema != nullptr; } in isValid()
DASTStructExtractor.cpp33 m_passthrough_sema(nullptr), m_sema(nullptr), m_function(function), in ASTStructExtractor()
172 m_sema = &S; in InitializeSema()
179 m_sema = nullptr; in ForgetSema()
DCxxModuleHandler.cpp21 m_sema(TypeSystemClang::GetASTContext(target)->getSema()) { in CxxModuleHandler()
207 getEqualLocalDeclContext(*m_sema, td->getDeclContext()); in tryInstantiateStdTemplate()
218 emulateLookupInCtxt(*m_sema, td->getName(), *to_context); in tryInstantiateStdTemplate()
275 *m_importer, d, m_sema->getASTContext(), in tryInstantiateStdTemplate()
DASTStructExtractor.h122 clang::Sema *m_sema; ///< The Sema to use. variable
DASTResultSynthesizer.h167 clang::Sema *m_sema; ///< The Sema to use. variable
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h173 clang::Sema *getSema() { return m_sema; } in getSema()
1099 clang::Sema *m_sema = nullptr; variable
DTypeSystemClang.cpp676 m_sema = s; in setSema()