Searched refs:GetDeclContextForType (Results 1 – 5 of 5) sorted by relevance
215 static clang::DeclContext *GetDeclContextForType(clang::QualType type);217 static clang::DeclContext *GetDeclContextForType(const CompilerType &type);
2510 TypeSystemClang::GetDeclContextForType(const CompilerType &type) { in GetDeclContextForType() function in TypeSystemClang2511 return GetDeclContextForType(ClangUtil::GetQualType(type)); in GetDeclContextForType()2547 TypeSystemClang::GetDeclContextForType(clang::QualType type) { in GetDeclContextForType() function in TypeSystemClang2558 return GetDeclContextForType( in GetDeclContextForType()2863 clang::DeclContext *decl_ctx = GetDeclContextForType(GetQualType(type)); in IsRuntimeGeneratedType()7934 lldb_ast->GetDeclContextForType(ClangUtil::GetQualType(type))); in AddMethodToObjCObjectType()
399 auto ClassDeclCtx = clang_ast_ctx->GetDeclContextForType(ClassCompilerType); in TEST_F()
991 m_ast.GetDeclContextForType(type->GetForwardCompilerType()); in GetDeclContextForSymbol()
854 LinkDeclContextToDIE(TypeSystemClang::GetDeclContextForType(clang_type), die); in ParseEnum()1653 LinkDeclContextToDIE(m_ast.GetDeclContextForType(clang_type), die); in ParseStructureLikeDIE()