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

/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp581 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc(); local
582 TypeSourceInfo *NewTI = SemaRef.SubstType(TI, TemplateArgs, UnderlyingLoc,
608 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc(); local
611 UnderlyingLoc, DeclarationName());
H A DSemaDecl.cpp8173 SourceLocation UnderlyingLoc = TI->getTypeLoc().getBeginLoc(); local
8179 Diag(UnderlyingLoc, diag::err_enum_invalid_underlying) << T;

Completed in 162 milliseconds