Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp4587 clang::DeclContext *clang_decl_ctx = GetCachedClangDeclContextForDIE (die); in GetClangDeclContextForDIE() local
4588 if (clang_decl_ctx) in GetClangDeclContextForDIE()
4589 return clang_decl_ctx; in GetClangDeclContextForDIE()
4607 clang_decl_ctx = GetCachedClangDeclContextForDIE (die); in GetClangDeclContextForDIE()
4609 return clang_decl_ctx; in GetClangDeclContextForDIE()