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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1210 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc(); local
1211 TypeSourceInfo *NewTI = SemaRef.SubstType(TI, TemplateArgs, UnderlyingLoc,
1247 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc(); local
1250 UnderlyingLoc, DeclarationName());
H A DSemaDecl.cpp14555 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc(); local
14565 Diag(UnderlyingLoc, diag::err_enum_invalid_underlying) << T;

Completed in 196 milliseconds