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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp973 m_compiler->setSema(new Sema(m_compiler->getPreprocessor(), ast_context,
979 m_ast_context->setSema(&m_compiler->getSema());
1020 m_ast_context->setSema(nullptr);
1023 m_compiler->setSema(nullptr);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h479 void setSema(Sema *S);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp980 CI.setSema(nullptr);
H A DCompilerInstance.cpp119 void CompilerInstance::setSema(Sema *S) { function in class:CompilerInstance
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h117 void setSema(clang::Sema *s);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp620 void ClangASTContext::setSema(Sema *s) { function in class:ClangASTContext

Completed in 88 milliseconds