Searched refs:GetDeclContextForType (Results 1 – 4 of 4) sorted by relevance
215 static clang::DeclContext *GetDeclContextForType(clang::QualType type);217 static clang::DeclContext *GetDeclContextForType(const CompilerType &type);
2579 TypeSystemClang::GetDeclContextForType(const CompilerType &type) { in GetDeclContextForType() function in TypeSystemClang2580 return GetDeclContextForType(ClangUtil::GetQualType(type)); in GetDeclContextForType()2616 TypeSystemClang::GetDeclContextForType(clang::QualType type) { in GetDeclContextForType() function in TypeSystemClang2627 return GetDeclContextForType( in GetDeclContextForType()2932 clang::DeclContext *decl_ctx = GetDeclContextForType(GetQualType(type)); in IsRuntimeGeneratedType()8063 lldb_ast->GetDeclContextForType(ClangUtil::GetQualType(type))); in AddMethodToObjCObjectType()
1011 m_ast.GetDeclContextForType(type->GetForwardCompilerType()); in GetDeclContextForSymbol()
853 LinkDeclContextToDIE(TypeSystemClang::GetDeclContextForType(clang_type), die); in ParseEnum()1653 LinkDeclContextToDIE(m_ast.GetDeclContextForType(clang_type), die); in ParseStructureLikeDIE()