Home
last modified time | relevance | path

Searched refs:RemoveFastQualifiers (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtil.h35 static CompilerType RemoveFastQualifiers(const CompilerType &ct);
H A DClangUtil.cpp51 CompilerType ClangUtil::RemoveFastQualifiers(const CompilerType &ct) { in RemoveFastQualifiers() function in ClangUtil
H A DClangASTImporter.cpp363 ClangUtil::GetCanonicalQualType(ClangUtil::RemoveFastQualifiers(type))); in CanImport()
437 ClangUtil::GetCanonicalQualType(ClangUtil::RemoveFastQualifiers(type))); in Import()
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp329 record_type = ClangUtil::RemoveFastQualifiers(record_type); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1814 ClangUtil::RemoveFastQualifiers(clang_type) in ParseStructureLikeDIE()
1823 ClangUtil::RemoveFastQualifiers(clang_type).GetOpaqueQualType(), in ParseStructureLikeDIE()
H A DSymbolFileDWARF.cpp1534 ClangUtil::RemoveFastQualifiers(compiler_type); in HasForwardDeclForClangType()
1565 ClangUtil::RemoveFastQualifiers(compiler_type); in CompleteType()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7269 return ClangUtil::RemoveFastQualifiers(CompilerType(this, type)); in GetTypeForFormatters()
9250 ClangUtil::GetCanonicalQualType(ClangUtil::RemoveFastQualifiers(type))); in DumpTypeName()