Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1306 m_compiler->setSema(new Sema(m_compiler->getPreprocessor(), ast_context, in ParseInternal()
1312 m_ast_context->setSema(&m_compiler->getSema()); in ParseInternal()
1355 m_ast_context->setSema(nullptr); in ParseInternal()
1358 m_compiler->setSema(nullptr); in ParseInternal()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h521 void setSema(Sema *S);
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp182 void CompilerInstance::setSema(Sema *S) { in setSema() function in CompilerInstance
1308 Instance.setSema(nullptr); in compileModule()
H A DFrontendAction.cpp1267 CI.setSema(nullptr); in EndSourceFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h175 void setSema(clang::Sema *s);
H A DTypeSystemClang.cpp617 void TypeSystemClang::setSema(Sema *s) { in setSema() function in TypeSystemClang
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc924 {"_ZN5clang16CompilerInstance7setSemaEPNS_4SemaE", "clang::CompilerInstance::setSema(clang::Sema*)"…