Home
last modified time | relevance | path

Searched refs:CheckEnumRedeclaration (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1359 SemaRef.CheckEnumRedeclaration(Def->getLocation(), Def->isScoped(), in VisitEnumDecl()
H A DSemaDecl.cpp15203 bool Sema::CheckEnumRedeclaration(SourceLocation EnumLoc, bool IsScoped, in CheckEnumRedeclaration() function in Sema
15975 if (CheckEnumRedeclaration(NameLoc.isValid() ? NameLoc : KWLoc, in ActOnTag()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h3170 bool CheckEnumRedeclaration(SourceLocation EnumLoc, bool IsScoped,