Searched refs:GetDeclContextForType (Results 1 – 5 of 5) sorted by relevance
218 static clang::DeclContext *GetDeclContextForType(clang::QualType type);220 static clang::DeclContext *GetDeclContextForType(const CompilerType &type);
2630 TypeSystemClang::GetDeclContextForType(const CompilerType &type) { in GetDeclContextForType() function in TypeSystemClang2631 return GetDeclContextForType(ClangUtil::GetQualType(type)); in GetDeclContextForType()2668 TypeSystemClang::GetDeclContextForType(clang::QualType type) { in GetDeclContextForType() function in TypeSystemClang2679 return GetDeclContextForType( in GetDeclContextForType()2986 clang::DeclContext *decl_ctx = GetDeclContextForType(GetQualType(type)); in IsRuntimeGeneratedType()8237 lldb_ast->GetDeclContextForType(ClangUtil::GetQualType(type))); in AddMethodToObjCObjectType()
369 clang::DeclContext *decl_ctx = clang.GetDeclContextForType(record_ct); in AddMember()
1020 m_ast.GetDeclContextForType(type->GetForwardCompilerType()); in GetDeclContextForSymbol()
835 LinkDeclContextToDIE(TypeSystemClang::GetDeclContextForType(clang_type), die); in ParseEnum()1810 LinkDeclContextToDIE(m_ast.GetDeclContextForType(clang_type), die); in ParseStructureLikeDIE()