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.
2 parents af78d6c + 7e44238 commit e6967acCopy full SHA for e6967ac
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