Home
last modified time | relevance | path

Searched refs:UnderlyingLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2020 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc(); in VisitEnumDecl() local
2021 TypeSourceInfo *NewTI = SemaRef.SubstType(TI, TemplateArgs, UnderlyingLoc, in VisitEnumDecl()
2079 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc(); in VisitEnumDecl() local
2082 UnderlyingLoc, DeclarationName()); in VisitEnumDecl()
H A DSemaDecl.cpp17160 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc(); in CheckEnumUnderlyingType() local
17174 Diag(UnderlyingLoc, diag::warn_atomic_stripped_in_enum); in CheckEnumUnderlyingType()
17186 Diag(UnderlyingLoc, diag::warn_cv_stripped_in_enum) << *QualSelect; in CheckEnumUnderlyingType()
17196 return Diag(UnderlyingLoc, diag::err_enum_invalid_underlying) in CheckEnumUnderlyingType()