Home
last modified time | relevance | path

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

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