Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangUtil.h35 static CompilerType RemoveFastQualifiers(const CompilerType &ct);
DClangUtil.cpp51 CompilerType ClangUtil::RemoveFastQualifiers(const CompilerType &ct) { in RemoveFastQualifiers() function in ClangUtil
DClangASTImporter.cpp366 ClangUtil::GetCanonicalQualType(ClangUtil::RemoveFastQualifiers(type))); in CanImport()
442 ClangUtil::GetCanonicalQualType(ClangUtil::RemoveFastQualifiers(type))); in Import()
/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp326 record_type = ClangUtil::RemoveFastQualifiers(record_type); in TEST_F()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp1716 ClangUtil::RemoveFastQualifiers(clang_type) in ParseStructureLikeDIE()
1725 ClangUtil::RemoveFastQualifiers(clang_type).GetOpaqueQualType(), in ParseStructureLikeDIE()
DSymbolFileDWARF.cpp1429 ClangUtil::RemoveFastQualifiers(compiler_type); in HasForwardDeclForClangType()
1460 ClangUtil::RemoveFastQualifiers(compiler_type); in CompleteType()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp7055 return ClangUtil::RemoveFastQualifiers(CompilerType(this, type)); in GetTypeForFormatters()
9020 ClangUtil::GetCanonicalQualType(ClangUtil::RemoveFastQualifiers(type))); in DumpTypeName()