Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionHelper.h56 virtual void CommitPersistentDecls() {} in CommitPersistentDecls() function
H A DASTResultSynthesizer.h102 void CommitPersistentDecls();
H A DClangUserExpression.h83 void CommitPersistentDecls() override;
H A DClangUserExpression.cpp1010 void ClangUserExpression::ClangUserExpressionHelper::CommitPersistentDecls() { in CommitPersistentDecls() function in ClangUserExpression::ClangUserExpressionHelper
1012 m_result_synthesizer_up->CommitPersistentDecls(); in CommitPersistentDecls()
H A DASTResultSynthesizer.cpp465 void ASTResultSynthesizer::CommitPersistentDecls() { in CommitPersistentDecls() function in ASTResultSynthesizer
H A DClangExpressionParser.cpp1187 type_system_helper->CommitPersistentDecls(); in ParseInternal()