Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1121 m_compiler->setSema(new Sema(m_compiler->getPreprocessor(), ast_context, in ParseInternal()
1127 m_ast_context->setSema(&m_compiler->getSema()); in ParseInternal()
1169 m_ast_context->setSema(nullptr); in ParseInternal()
1172 m_compiler->setSema(nullptr); in ParseInternal()
/openbsd/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h479 void setSema(Sema *S);
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp185 void CompilerInstance::setSema(Sema *S) { in setSema() function in CompilerInstance
1271 Instance.setSema(nullptr);
H A DFrontendAction.cpp1102 CI.setSema(nullptr); in EndSourceFile()
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h170 void setSema(clang::Sema *s);
H A DTypeSystemClang.cpp668 void TypeSystemClang::setSema(Sema *s) { in setSema() function in TypeSystemClang