Searched refs:containing_decl_ctx (Results 1 – 2 of 2) sorted by relevance
3424 …clang::DeclContext *containing_decl_ctx = GetClangDeclContextContainingDIEOffset(die->GetOffset()); in FunctionDieMatchesPartialName() local3425 if (!containing_decl_ctx) in FunctionDieMatchesPartialName()3428 bool is_cxx_method = DeclKindIsCXXClass(containing_decl_ctx->getDeclKind()); in FunctionDieMatchesPartialName()4140 clang::DeclContext *containing_decl_ctx, in ParseChildParameters() argument4227 if (DeclKindIsCXXClass(containing_decl_ctx->getDeclKind())) in ParseChildParameters()4550 … clang::DeclContext *containing_decl_ctx = GetClangDeclContextContainingDIE (dwarf_cu, die, NULL); in ResolveNamespaceDIE() local4551 …ce_decl = GetClangASTContext().GetUniqueNamespaceDeclaration (namespace_name, containing_decl_ctx); in ResolveNamespaceDIE()6488 …clang::DeclContext *containing_decl_ctx = GetClangDeclContextContainingDIE (dwarf_cu, die, &decl_c… in ParseType() local6489 … const clang::Decl::Kind containing_decl_kind = containing_decl_ctx->getDeclKind(); in ParseType()6502 containing_decl_ctx, in ParseType()[all …]
362 clang::DeclContext *containing_decl_ctx,