Home | History | Annotate | Download | only in libclang

Lines Matching refs:TSTLoc

713     if (TemplateSpecializationTypeLoc TSTLoc =
715 for (unsigned I = 0, N = TSTLoc.getNumArgs(); I != N; ++I)
716 if (VisitTemplateArgumentLoc(TSTLoc.getArgLoc(I)))