Searched refs:UnderlyingLoc (Results 1 – 2 of 2) sorted by relevance
2020 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc(); in VisitEnumDecl() local2021 TypeSourceInfo *NewTI = SemaRef.SubstType(TI, TemplateArgs, UnderlyingLoc, in VisitEnumDecl()2079 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc(); in VisitEnumDecl() local2082 UnderlyingLoc, DeclarationName()); in VisitEnumDecl()
17160 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc(); in CheckEnumUnderlyingType() local17174 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()