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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp866 const clang::Decl::Kind containing_decl_kind = local
869 bool is_cxx_method = DeclKindIsCXXClass(containing_decl_kind);
1575 const clang::Decl::Kind containing_decl_kind = decl_ctx->getDeclKind(); local
1576 if (DeclKindIsCXXClass(containing_decl_kind))

Completed in 47 milliseconds