зеркало из https://github.com/microsoft/clang-1.git
Update prototype.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81510 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
ed90c4ee8c
Коммит
a4d3282683
|
@ -193,12 +193,12 @@ namespace {
|
|||
return TypeResult();
|
||||
}
|
||||
|
||||
virtual DeclPtrTy ActOnTag(Scope *S, unsigned TagType, TagUseKind TUK,
|
||||
virtual DeclPtrTy ActOnTag(Scope *S, unsigned TagSpec, TagUseKind TUK,
|
||||
SourceLocation KWLoc, const CXXScopeSpec &SS,
|
||||
IdentifierInfo *Name, SourceLocation NameLoc,
|
||||
AttributeList *Attr, AccessSpecifier AS,
|
||||
MultiTemplateParamsArg TemplateParamLists,
|
||||
bool &Owned) {
|
||||
MultiTemplateParamsArg TemplateParameterLists,
|
||||
bool &OwnedDecl, bool &IsDependent) {
|
||||
// TagType is an instance of DeclSpec::TST, indicating what kind of tag this
|
||||
// is (struct/union/enum/class).
|
||||
Out << __FUNCTION__ << "\n";
|
||||
|
|
Загрузка…
Ссылка в новой задаче