Searched refs:containing_decl_ctx (Results 1 – 2 of 2) sorted by relevance
3472 …clang::DeclContext *containing_decl_ctx = GetClangDeclContextContainingDIEOffset(die->GetOffset()); in FunctionDieMatchesPartialName() local3473 if (!containing_decl_ctx) in FunctionDieMatchesPartialName()3476 bool is_cxx_method = DeclKindIsCXXClass(containing_decl_ctx->getDeclKind()); in FunctionDieMatchesPartialName()4197 clang::DeclContext *containing_decl_ctx, in ParseChildParameters() argument4285 if (DeclKindIsCXXClass(containing_decl_ctx->getDeclKind())) in ParseChildParameters()4612 … clang::DeclContext *containing_decl_ctx = GetClangDeclContextContainingDIE (dwarf_cu, die, NULL); in ResolveNamespaceDIE() local4613 …ce_decl = GetClangASTContext().GetUniqueNamespaceDeclaration (namespace_name, containing_decl_ctx); in ResolveNamespaceDIE()6578 …clang::DeclContext *containing_decl_ctx = GetClangDeclContextContainingDIE (dwarf_cu, die, &decl_c… in ParseType() local6579 … const clang::Decl::Kind containing_decl_kind = containing_decl_ctx->getDeclKind(); in ParseType()6592 containing_decl_ctx, in ParseType()[all …]
362 clang::DeclContext *containing_decl_ctx,