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 6a8189a commit ff554b4Copy full SHA for ff554b4
clang/lib/Sema/HLSLBuiltinTypeDeclBuilder.cpp
@@ -57,15 +57,6 @@ CXXConstructorDecl *lookupCopyConstructor(QualType ResTy) {
57
return CD;
58
return nullptr;
59
}
60
-
61
-/// Set up common members and attributes for buffer types
62
-static bool resourceHasCounter(const CXXRecordDecl *Decl) {
63
- StringRef Name = Decl->getName();
64
- return Name == "RWStructuredBuffer" || Name == "AppendStructuredBuffer" ||
65
- Name == "ConsumeStructuredBuffer" ||
66
- Name == "RasterizerOrderedStructuredBuffer";
67
-}
68
69
} // namespace
70
71
// Builder for template arguments of builtin types. Used internally
0 commit comments