Searched refs:UELoc (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 623 SourceLocation UELoc; in ParseUsingDeclaration() local 627 if (TryConsumeToken(tok::kw_enum, UELoc) && !InInitStatement) { in ParseUsingDeclaration() 629 Diag(UELoc, getLangOpts().CPlusPlus20 in ParseUsingDeclaration() 676 getCurScope(), AS, UsingLoc, UELoc, IdentLoc, *IdentInfo, Type, &SS); in ParseUsingDeclaration() 690 UELoc, Loc, *TemplateId->Name, in ParseUsingDeclaration() 832 : UELoc.isValid() ? "using-enum declaration" in ParseUsingDeclaration()
|