Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/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.cpp364 ClangUtil::GetCanonicalQualType(ClangUtil::RemoveFastQualifiers(type))); in CanImport()
438 ClangUtil::GetCanonicalQualType(ClangUtil::RemoveFastQualifiers(type))); in Import()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp1879 ClangUtil::RemoveFastQualifiers(clang_type) in ParseStructureLikeDIE()
1888 ClangUtil::RemoveFastQualifiers(clang_type).GetOpaqueQualType(), in ParseStructureLikeDIE()
DSymbolFileDWARF.cpp1562 ClangUtil::RemoveFastQualifiers(compiler_type); in HasForwardDeclForClangType()
1590 ClangUtil::RemoveFastQualifiers(compiler_type); in CompleteType()
/openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp7335 return ClangUtil::RemoveFastQualifiers(CompilerType(weak_from_this(), type)); in GetTypeForFormatters()
9322 ClangUtil::GetCanonicalQualType(ClangUtil::RemoveFastQualifiers(type))); in DumpTypeName()