Home
last modified time | relevance | path

Searched defs:ResetDeclMap (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangUtilityFunction.h62 void ResetDeclMap() { m_type_system_helper.ResetDeclMap(); } in ResetDeclMap() function
64 void ResetDeclMap(ExecutionContext &exe_ctx, bool keep_result_in_memory) { in ResetDeclMap() function
84 void ResetDeclMap() { m_expr_decl_map_up.reset(); } in ResetDeclMap() function
DClangUserExpression.h64 void ResetDeclMap() { m_expr_decl_map_up.reset(); } in ResetDeclMap() function
158 void ResetDeclMap() { m_type_system_helper.ResetDeclMap(); } in ResetDeclMap() function
160 void ResetDeclMap(ExecutionContext &exe_ctx, in ResetDeclMap() function
DClangUtilityFunction.cpp160 void ClangUtilityFunction::ClangUtilityFunctionHelper::ResetDeclMap( in ResetDeclMap() function in ClangUtilityFunction::ClangUtilityFunctionHelper
DClangUserExpression.cpp910 void ClangUserExpression::ClangUserExpressionHelper::ResetDeclMap( in ResetDeclMap() function in ClangUserExpression::ClangUserExpressionHelper