Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp934 SmallVector<TemplateArgumentLoc, 8> TemplArgLocs; in VisitFunctionDecl() local
939 TemplArgLocs.reserve(NumTemplateArgLocs); in VisitFunctionDecl()
941 TemplArgLocs.push_back(Record.readTemplateArgumentLoc()); in VisitFunctionDecl()
953 for (unsigned i = 0, e = TemplArgLocs.size(); i != e; ++i) in VisitFunctionDecl()
954 TemplArgsInfo.addArgument(TemplArgLocs[i]); in VisitFunctionDecl()