Searched refs:TemplateArgumentsAsWritten (Results 1 – 4 of 4) sorted by relevance
535 Record.push_back(FTSInfo->TemplateArgumentsAsWritten != nullptr); in VisitFunctionDecl()536 if (FTSInfo->TemplateArgumentsAsWritten) { in VisitFunctionDecl()537 Record.push_back(FTSInfo->TemplateArgumentsAsWritten->NumTemplateArgs); in VisitFunctionDecl()538 for (int i=0, e = FTSInfo->TemplateArgumentsAsWritten->NumTemplateArgs; in VisitFunctionDecl()540 Writer.AddTemplateArgumentLoc((*FTSInfo->TemplateArgumentsAsWritten)[i], in VisitFunctionDecl()542 Writer.AddSourceLocation(FTSInfo->TemplateArgumentsAsWritten->LAngleLoc, in VisitFunctionDecl()544 Writer.AddSourceLocation(FTSInfo->TemplateArgumentsAsWritten->RAngleLoc, in VisitFunctionDecl()
403 TemplateArgumentsAsWritten(TemplateArgsAsWritten), in FunctionTemplateSpecializationInfo()429 const ASTTemplateArgumentListInfo *TemplateArgumentsAsWritten; variable
1759 FTSI->TemplateArgumentsAsWritten) {
3098 return Info->TemplateArgumentsAsWritten; in getTemplateSpecializationArgsAsWritten()