Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp114 DWARFAttributes DWARFBaseDIE::GetAttributes(Recurse recurse) const { GetAttributes() function in DWARFBaseDIE
H A DDWARFDebugInfoEntry.cpp294 void DWARFDebugInfoEntry::GetAttributes(DWARFUnit *cu, GetAttributes() function in DWARFDebugInfoEntry
/llvm-project/clang-tools-extra/clangd/unittests/
H A DASTTests.cpp570 TEST(ClangdAST, GetAttributes) { in TEST() argument