Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionHelper.h49 virtual void CommitPersistentDecls() {} in CommitPersistentDecls() function
H A DASTResultSynthesizer.h102 void CommitPersistentDecls();
H A DClangUserExpression.h86 void CommitPersistentDecls() override;
H A DClangUserExpression.cpp980 void ClangUserExpression::ClangUserExpressionHelper::CommitPersistentDecls() { in CommitPersistentDecls() function in ClangUserExpression::ClangUserExpressionHelper
982 m_result_synthesizer_up->CommitPersistentDecls(); in CommitPersistentDecls()
H A DASTResultSynthesizer.cpp455 void ASTResultSynthesizer::CommitPersistentDecls() { in CommitPersistentDecls() function in ASTResultSynthesizer
H A DClangExpressionParser.cpp1174 type_system_helper->CommitPersistentDecls(); in ParseInternal()