Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp909 SmallVector<TemplateArgumentLoc, 8> TemplArgLocs; in VisitFunctionDecl() local
914 TemplArgLocs.reserve(NumTemplateArgLocs); in VisitFunctionDecl()
916 TemplArgLocs.push_back(Record.readTemplateArgumentLoc()); in VisitFunctionDecl()
928 for (unsigned i = 0, e = TemplArgLocs.size(); i != e; ++i) in VisitFunctionDecl()
929 TemplArgsInfo.addArgument(TemplArgLocs[i]); in VisitFunctionDecl()