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