Home | History | Annotate | Download | only in libclang

Lines Matching refs:TSTLoc

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