Home | History | Annotate | Download | only in libclang

Lines Matching refs:TSTLoc

679     if (TemplateSpecializationTypeLoc TSTLoc =
681 for (unsigned I = 0, N = TSTLoc.getNumArgs(); I != N; ++I)
682 if (VisitTemplateArgumentLoc(TSTLoc.getArgLoc(I)))