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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1105 m_compiler->setSema(new Sema(m_compiler->getPreprocessor(), ast_context,
1111 m_ast_context->setSema(&m_compiler->getSema());
1153 m_ast_context->setSema(nullptr);
1156 m_compiler->setSema(nullptr);
/freebsd-current/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h511 void setSema(Sema *S);
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp183 void CompilerInstance::setSema(Sema *S) { function in class:CompilerInstance
1290 Instance.setSema(nullptr);
H A DFrontendAction.cpp1113 CI.setSema(nullptr);
/freebsd-current/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) { function in class:TypeSystemClang

Completed in 232 milliseconds