Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.h70 GetCompilerTypeFromPersistentDecl(ConstString type_name) override;
H A DClangPersistentVariables.cpp74 ClangPersistentVariables::GetCompilerTypeFromPersistentDecl( in GetCompilerTypeFromPersistentDecl() function in ClangPersistentVariables
/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DExpressionVariable.h231 GetCompilerTypeFromPersistentDecl(ConstString type_name) = 0;
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp481 persistent_vars->GetCompilerTypeFromPersistentDecl( in DoExecute()