We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe4656 commit 7e44238Copy full SHA for 7e44238
lldb/include/lldb/Symbol/ClangASTContext.h
@@ -692,8 +692,6 @@ class ClangASTContext : public TypeSystem {
692
// If the current object represents a typedef type, get the underlying type
693
CompilerType GetTypedefedType(lldb::opaque_compiler_type_t type) override;
694
695
- static CompilerType RemoveFastQualifiers(const CompilerType &type);
696
-
697
// Create related types using the current type's AST
698
CompilerType GetBasicTypeFromAST(lldb::BasicType basic_type) override;
699
0 commit comments