Searched refs:m_sema (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTResultSynthesizer.cpp | 39 m_passthrough_sema(nullptr), m_target(target), m_sema(nullptr), in ASTResultSynthesizer() 118 if (!m_sema) in SynthesizeFunctionResult() 160 if (!m_sema) in SynthesizeObjCMethodResult() 343 m_sema->RequireCompleteType(last_expr->getSourceRange().getBegin(), in SynthesizeBodyResult() 362 m_sema->CreateBuiltinUnaryOp(SourceLocation(), UO_AddrOf, last_expr); in SynthesizeBodyResult() 364 m_sema->AddInitializerToDecl(result_decl, address_of_expr.get(), true); in SynthesizeBodyResult() 377 m_sema->AddInitializerToDecl(result_decl, last_expr, true); in SynthesizeBodyResult() 394 result_decl_group_ptr = m_sema->ConvertDeclToDeclGroup(result_decl); in SynthesizeBodyResult() 400 StmtResult result_initialization_stmt_result(m_sema->ActOnDeclStmt( in SynthesizeBodyResult() 514 m_sema = &S; in InitializeSema() [all …]
|
H A D | CxxModuleHandler.h | 39 clang::Sema *m_sema = nullptr; variable 61 bool isValid() const { return m_sema != nullptr; } in isValid()
|
H A D | ASTStructExtractor.cpp | 33 m_passthrough_sema(nullptr), m_sema(nullptr), m_function(function), in ASTStructExtractor() 172 m_sema = &S; in InitializeSema() 179 m_sema = nullptr; in ForgetSema()
|
H A D | CxxModuleHandler.cpp | 23 m_sema(TypeSystemClang::GetASTContext(target)->getSema()) { in CxxModuleHandler() 209 getEqualLocalDeclContext(*m_sema, td->getDeclContext()); in tryInstantiateStdTemplate() 220 emulateLookupInCtxt(*m_sema, td->getName(), *to_context); in tryInstantiateStdTemplate() 278 *m_importer, d, m_sema->getASTContext(), in tryInstantiateStdTemplate()
|
H A D | ASTStructExtractor.h | 122 clang::Sema *m_sema; ///< The Sema to use. variable
|
H A D | ASTResultSynthesizer.h | 167 clang::Sema *m_sema; ///< The Sema to use. variable
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.h | 174 clang::Sema *getSema() { return m_sema; } in getSema() 1222 clang::Sema *m_sema = nullptr; variable
|
H A D | TypeSystemClang.cpp | 619 m_sema = s; in setSema()
|