Home | History | Annotate | Download | only in c-index-test

Lines Matching refs:PT

1365       CXType PT = clang_getPointeeType(T);
1366 if (PT.kind != CXType_Invalid) {
1367 PrintTypeAndTypeKind(PT, " [pointeetype=%s] [pointeekind=%s]");