Searched refs:TemplateArgumentsAsWritten (Results 1 – 5 of 5) sorted by relevance
581 Record.push_back(FTSInfo->TemplateArgumentsAsWritten != nullptr); in VisitFunctionDecl()582 if (FTSInfo->TemplateArgumentsAsWritten) { in VisitFunctionDecl()583 Record.push_back(FTSInfo->TemplateArgumentsAsWritten->NumTemplateArgs); in VisitFunctionDecl()584 for (int i=0, e = FTSInfo->TemplateArgumentsAsWritten->NumTemplateArgs; in VisitFunctionDecl()587 (*FTSInfo->TemplateArgumentsAsWritten)[i]); in VisitFunctionDecl()588 Record.AddSourceLocation(FTSInfo->TemplateArgumentsAsWritten->LAngleLoc); in VisitFunctionDecl()589 Record.AddSourceLocation(FTSInfo->TemplateArgumentsAsWritten->RAngleLoc); in VisitFunctionDecl()
498 const ASTTemplateArgumentListInfo *TemplateArgumentsAsWritten; variable512 TemplateArgumentsAsWritten(TemplateArgsAsWritten), in FunctionTemplateSpecializationInfo()
2163 FTSI->TemplateArgumentsAsWritten) {
3961 return Info->TemplateArgumentsAsWritten; in getTemplateSpecializationArgsAsWritten()
3141 const auto *FromTAArgsAsWritten = FTSInfo->TemplateArgumentsAsWritten; in ImportTemplateInformation()