Searched refs:getContainedAutoParamType (Results 1 – 4 of 4) sorted by relevance
519 getContainedAutoParamType(PVD->getTypeSourceInfo()->getTypeLoc()); in VisitParmVarDecl()574 TemplateTypeParmTypeLoc getContainedAutoParamType(TypeLoc TL) { in getContainedAutoParamType() function576 return getContainedAutoParamType(QTL.getUnqualifiedLoc()); in getContainedAutoParamType()578 return getContainedAutoParamType(TL.getNextTypeLoc()); in getContainedAutoParamType()580 return getContainedAutoParamType(FTL.getReturnLoc()); in getContainedAutoParamType()
161 TemplateTypeParmTypeLoc getContainedAutoParamType(TypeLoc TL);
313 !getContainedAutoParamType(D->getTypeSourceInfo()->getTypeLoc()) in VisitVarDecl()
353 auto Loc = getContainedAutoParamType( in TEST()362 ASSERT_TRUE(getContainedAutoParamType( in TEST()