Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1108 m_compiler->setSema(new Sema(m_compiler->getPreprocessor(), ast_context, in ParseInternal()
1114 m_ast_context->setSema(&m_compiler->getSema()); in ParseInternal()
1156 m_ast_context->setSema(nullptr); in ParseInternal()
1159 m_compiler->setSema(nullptr); in ParseInternal()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h535 void setSema(Sema *S);
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp183 void CompilerInstance::setSema(Sema *S) { in setSema() function in CompilerInstance
1302 Instance.setSema(nullptr);
H A DFrontendAction.cpp1122 CI.setSema(nullptr); in EndSourceFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h173 void setSema(clang::Sema *s);
H A DTypeSystemClang.cpp616 void TypeSystemClang::setSema(Sema *s) { in setSema() function in TypeSystemClang