Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp367 ClangUtil::GetCanonicalQualType(ClangUtil::RemoveFastQualifiers(type))); in CanImport()
441 ClangUtil::GetCanonicalQualType(ClangUtil::RemoveFastQualifiers(type))); in Import()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1690 ClangUtil::RemoveFastQualifiers(clang_type); in ParseStructureLikeDIE()
1854 ClangUtil::RemoveFastQualifiers(clang_type).GetOpaqueQualType(), in ParseStructureLikeDIE()
H A DSymbolFileDWARF.cpp1605 ClangUtil::RemoveFastQualifiers(compiler_type); in HasForwardDeclForCompilerType()
1633 ClangUtil::RemoveFastQualifiers(compiler_type); in CompleteType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7367 return ClangUtil::RemoveFastQualifiers(CompilerType(weak_from_this(), type)); in GetTypeForFormatters()
8964 ClangUtil::GetCanonicalQualType(ClangUtil::RemoveFastQualifiers(type))); in DumpTypeName()