Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp6122 const clang::Decl::Kind containing_decl_kind = decl_ctx->getDeclKind(); in ParseType() local
6123 if (DeclKindIsCXXClass (containing_decl_kind)) in ParseType()
6489 … const clang::Decl::Kind containing_decl_kind = containing_decl_ctx->getDeclKind(); in ParseType() local
6491 const bool is_cxx_method = DeclKindIsCXXClass (containing_decl_kind); in ParseType()