Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1062 SemaRef.CheckEnumRedeclaration(Def->getLocation(), Def->isScoped(), in VisitEnumDecl()
H A DSemaDecl.cpp13744 bool Sema::CheckEnumRedeclaration(SourceLocation EnumLoc, bool IsScoped, in CheckEnumRedeclaration() function in Sema
14518 if (CheckEnumRedeclaration(NameLoc.isValid() ? NameLoc : KWLoc, in ActOnTag()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2363 bool CheckEnumRedeclaration(SourceLocation EnumLoc, bool IsScoped,