Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1318 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc(); in VisitEnumDecl() local
1319 TypeSourceInfo *NewTI = SemaRef.SubstType(TI, TemplateArgs, UnderlyingLoc, in VisitEnumDecl()
1355 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc(); in VisitEnumDecl() local
1358 UnderlyingLoc, DeclarationName()); in VisitEnumDecl()
H A DSemaDecl.cpp15183 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc(); in CheckEnumUnderlyingType() local
15198 return Diag(UnderlyingLoc, diag::err_enum_invalid_underlying) << T; in CheckEnumUnderlyingType()