Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1130 m_compiler->setSema(new Sema(m_compiler->getPreprocessor(), ast_context, in ParseInternal()
1136 m_ast_context->setSema(&m_compiler->getSema()); in ParseInternal()
1178 m_ast_context->setSema(nullptr); in ParseInternal()
1181 m_compiler->setSema(nullptr); in ParseInternal()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h476 void setSema(Sema *S);
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp995 CI.setSema(nullptr); in EndSourceFile()
H A DCompilerInstance.cpp179 void CompilerInstance::setSema(Sema *S) { in setSema() function in CompilerInstance
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h172 void setSema(clang::Sema *s);
H A DTypeSystemClang.cpp673 void TypeSystemClang::setSema(Sema *s) { in setSema() function in TypeSystemClang