Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangUtil.h31 static CompilerType RemoveFastQualifiers(const CompilerType &ct);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangUtil.cpp43 CompilerType ClangUtil::RemoveFastQualifiers(const CompilerType &ct) { in RemoveFastQualifiers() function in ClangUtil
H A DClangASTImporter.cpp327 ClangUtil::GetCanonicalQualType(ClangUtil::RemoveFastQualifiers(type))); in CanImport()
403 ClangUtil::GetCanonicalQualType(ClangUtil::RemoveFastQualifiers(type))); in Import()
H A DClangASTContext.cpp7831 return ClangUtil::RemoveFastQualifiers(CompilerType(this, type)); in GetTypeForFormatters()
9773 ClangUtil::GetCanonicalQualType(ClangUtil::RemoveFastQualifiers(type))); in DumpTypeName()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1466 ClangUtil::RemoveFastQualifiers(compiler_type); in HasForwardDeclForClangType()
1497 ClangUtil::RemoveFastQualifiers(compiler_type); in CompleteType()
H A DDWARFASTParserClang.cpp938 ClangUtil::RemoveFastQualifiers(clang_type) in ParseTypeFromDWARF()
947 [ClangUtil::RemoveFastQualifiers(clang_type) in ParseTypeFromDWARF()