Searched refs:GetDeclContextForType (Results 1 – 5 of 5) sorted by relevance
217 static clang::DeclContext *GetDeclContextForType(clang::QualType type);219 static clang::DeclContext *GetDeclContextForType(const CompilerType &type);
2597 TypeSystemClang::GetDeclContextForType(const CompilerType &type) { in GetDeclContextForType() function in TypeSystemClang2598 return GetDeclContextForType(ClangUtil::GetQualType(type)); in GetDeclContextForType()2635 TypeSystemClang::GetDeclContextForType(clang::QualType type) { in GetDeclContextForType() function in TypeSystemClang2646 return GetDeclContextForType( in GetDeclContextForType()2951 clang::DeclContext *decl_ctx = GetDeclContextForType(GetQualType(type)); in IsRuntimeGeneratedType()8161 lldb_ast->GetDeclContextForType(ClangUtil::GetQualType(type))); in AddMethodToObjCObjectType()
408 auto ClassDeclCtx = clang_ast_ctx->GetDeclContextForType(ClassCompilerType); in TEST_F()
1016 m_ast.GetDeclContextForType(type->GetForwardCompilerType()); in GetDeclContextForSymbol()
839 LinkDeclContextToDIE(TypeSystemClang::GetDeclContextForType(clang_type), die); in ParseEnum()1747 LinkDeclContextToDIE(m_ast.GetDeclContextForType(clang_type), die); in ParseStructureLikeDIE()