Searched refs:GetDeclContextForType (Results 1 – 5 of 5) sorted by relevance
1034 TypeSystemClang::GetDeclContextForType(clang_type); in ParseEnum()1213 TypeSystemClang::GetDeclContextForType(class_opaque_type), die, in ParseCXXMethod()1897 TypeSystemClang::GetDeclContextForType(clang_type); in ParseStructureLikeDIE()3849 auto decl_context = m_ast.GetDeclContextForType(class_clang_type); in ParseRustVariantPart()3866 m_ast.GetDeclContextForType(inner_holder), OptionalClangModuleID(), in ParseRustVariantPart()
372 clang::DeclContext *decl_ctx = clang.GetDeclContextForType(record_ct); in AddMember()
221 static clang::DeclContext *GetDeclContextForType(clang::QualType type);223 static clang::DeclContext *GetDeclContextForType(const CompilerType &type);
2536 TypeSystemClang::GetDeclContextForType(const CompilerType &type) { in GetDeclContextForType() function in TypeSystemClang2537 return GetDeclContextForType(ClangUtil::GetQualType(type)); in GetDeclContextForType()2542 if (auto *decl_context = GetDeclContextForType(type)) in GetCompilerDeclContextForType()2581 TypeSystemClang::GetDeclContextForType(clang::QualType type) { in GetDeclContextForType() function in TypeSystemClang2592 return GetDeclContextForType( in GetDeclContextForType()2968 clang::DeclContext *decl_ctx = GetDeclContextForType(GetQualType(type)); in IsRuntimeGeneratedType()8202 lldb_ast->GetDeclContextForType(ClangUtil::GetQualType(type))); in AddMethodToObjCObjectType()
1017 m_ast.GetDeclContextForType(type->GetForwardCompilerType()); in GetDeclContextForSymbol()