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

/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp579 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc(); local
580 TypeSourceInfo *NewTI = SemaRef.SubstType(TI, TemplateArgs, UnderlyingLoc,
606 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc(); local
609 UnderlyingLoc, DeclarationName());
H A DSemaDecl.cpp7811 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc(); local
7817 Diag(UnderlyingLoc, diag::err_enum_invalid_underlying) << T;

Completed in 50 milliseconds