Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1105 m_compiler->setSema(new Sema(m_compiler->getPreprocessor(), ast_context, in ParseInternal()
1111 m_ast_context->setSema(&m_compiler->getSema()); in ParseInternal()
1153 m_ast_context->setSema(nullptr); in ParseInternal()
1156 m_compiler->setSema(nullptr); in ParseInternal()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h511 void setSema(Sema *S);
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp183 void CompilerInstance::setSema(Sema *S) { in setSema() function in CompilerInstance
1290 Instance.setSema(nullptr);
H A DFrontendAction.cpp1113 CI.setSema(nullptr); in EndSourceFile()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h170 void setSema(clang::Sema *s);
H A DTypeSystemClang.cpp676 void TypeSystemClang::setSema(Sema *s) { in setSema() function in TypeSystemClang