Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangPersistentVariables.cpp100 ClangPersistentVariables::GetPersistentDecl(ConstString name) { in GetPersistentDecl() function in ClangPersistentVariables
DClangExpressionDeclMap.cpp717 clang::NamedDecl *ClangExpressionDeclMap::GetPersistentDecl(ConstString name) { in GetPersistentDecl() function in ClangExpressionDeclMap
/external/llvm-project/lldb/unittests/Expression/
DClangExpressionDeclMapTest.cpp44 clang::NamedDecl *GetPersistentDecl(ConstString name) override { in GetPersistentDecl() function