Home
last modified time | relevance | path

Searched refs:getDeclarationName (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Expression/
H A DClangExpressionDeclMapTest.cpp89 clang_utils::getDeclarationName(*target_ast, "foo"); in TEST_F()
112 clang_utils::getDeclarationName(*target_ast, decl_name); in TEST_F()
/llvm-project-15.0.7/lldb/unittests/TestingSupport/Symbol/
H A DClangTestUtils.h18 inline clang::DeclarationName getDeclarationName(TypeSystemClang &ast, in getDeclarationName() function