Home
last modified time | relevance | path

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

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