Home
last modified time | relevance | path

Searched refs:TemplateArgumentsAsWritten (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp581 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()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclTemplate.h498 const ASTTemplateArgumentListInfo *TemplateArgumentsAsWritten; variable
512 TemplateArgumentsAsWritten(TemplateArgsAsWritten), in FunctionTemplateSpecializationInfo()
H A DRecursiveASTVisitor.h2163 FTSI->TemplateArgumentsAsWritten) {
/openbsd/gnu/llvm/clang/lib/AST/
H A DDecl.cpp3961 return Info->TemplateArgumentsAsWritten; in getTemplateSpecializationArgsAsWritten()
H A DASTImporter.cpp3141 const auto *FromTAArgsAsWritten = FTSInfo->TemplateArgumentsAsWritten; in ImportTemplateInformation()