Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionHelper.h56 virtual void CommitPersistentDecls() {} in CommitPersistentDecls() function
H A DASTResultSynthesizer.h102 void CommitPersistentDecls();
H A DClangUserExpression.h80 void CommitPersistentDecls() override;
H A DClangUserExpression.cpp972 void ClangUserExpression::ClangUserExpressionHelper::CommitPersistentDecls() { in CommitPersistentDecls() function in ClangUserExpression::ClangUserExpressionHelper
974 m_result_synthesizer_up->CommitPersistentDecls(); in CommitPersistentDecls()
H A DASTResultSynthesizer.cpp439 void ASTResultSynthesizer::CommitPersistentDecls() { in CommitPersistentDecls() function in ASTResultSynthesizer
H A DClangExpressionParser.cpp1196 type_system_helper->CommitPersistentDecls(); in ParseInternal()