Home
last modified time | relevance | path

Searched refs:setSema (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1133 m_compiler->setSema(new Sema(m_compiler->getPreprocessor(), ast_context, in ParseInternal()
1139 m_ast_context->setSema(&m_compiler->getSema()); in ParseInternal()
1181 m_ast_context->setSema(nullptr); in ParseInternal()
1184 m_compiler->setSema(nullptr); in ParseInternal()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h477 void setSema(Sema *S);
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp181 void CompilerInstance::setSema(Sema *S) { in setSema() function in CompilerInstance
1256 Instance.setSema(nullptr);
H A DFrontendAction.cpp1081 CI.setSema(nullptr); in EndSourceFile()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h169 void setSema(clang::Sema *s);
H A DTypeSystemClang.cpp665 void TypeSystemClang::setSema(Sema *s) { in setSema() function in TypeSystemClang