Home
last modified time | relevance | path

Searched defs:GetPersistentDecl (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp106 ClangPersistentVariables::GetPersistentDecl(ConstString name) { in GetPersistentDecl() function in ClangPersistentVariables
H A DClangExpressionDeclMap.cpp735 clang::NamedDecl *ClangExpressionDeclMap::GetPersistentDecl(ConstString name) { in GetPersistentDecl() function in ClangExpressionDeclMap
/llvm-project/lldb/unittests/Expression/
H A DClangExpressionDeclMapTest.cpp46 clang::NamedDecl *GetPersistentDecl(ConstString name) override { in GetPersistentDecl() function