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 99b62f0 commit a160c64Copy full SHA for a160c64
clang/lib/Sema/SemaTemplateInstantiate.cpp
@@ -1647,13 +1647,6 @@ namespace {
1647
NamedDecl *FirstQualifierInScope = nullptr,
1648
bool AllowInjectedClassName = false);
1649
1650
- /// Check for tag mismatches when instantiating an
1651
- /// elaborated type.
1652
- QualType RebuildElaboratedType(SourceLocation KeywordLoc,
1653
- ElaboratedTypeKeyword Keyword,
1654
- NestedNameSpecifierLoc QualifierLoc,
1655
- QualType T);
1656
-
1657
const AnnotateAttr *TransformAnnotateAttr(const AnnotateAttr *AA);
1658
const CXXAssumeAttr *TransformCXXAssumeAttr(const CXXAssumeAttr *AA);
1659
const LoopHintAttr *TransformLoopHintAttr(const LoopHintAttr *LH);
0 commit comments