Home
last modified time | relevance | path

Searched refs:GetCompilerTypeFromPersistentDecl (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.h70 GetCompilerTypeFromPersistentDecl(ConstString type_name) override;
H A DClangPersistentVariables.cpp75 ClangPersistentVariables::GetCompilerTypeFromPersistentDecl( in GetCompilerTypeFromPersistentDecl() function in ClangPersistentVariables
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h230 GetCompilerTypeFromPersistentDecl(ConstString type_name) = 0;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp479 persistent_vars->GetCompilerTypeFromPersistentDecl( in DoExecute()