Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp982 SmallVector<TemplateArgumentLoc, 8> TemplArgLocs; in VisitFunctionDecl() local
987 TemplArgLocs.reserve(NumTemplateArgLocs); in VisitFunctionDecl()
989 TemplArgLocs.push_back(Record.readTemplateArgumentLoc()); in VisitFunctionDecl()
1001 for (unsigned i = 0, e = TemplArgLocs.size(); i != e; ++i) in VisitFunctionDecl()
1002 TemplArgsInfo.addArgument(TemplArgLocs[i]); in VisitFunctionDecl()