Searched refs:FILETy (Results 1 – 2 of 2) sorted by relevance
1032 QualType FILETy = D->getASTContext().getFILEType(); in isStdStreamVar() local1033 if (FILETy.isNull()) in isStdStreamVar()1035 FILETy = FILETy.getCanonicalType(); in isStdStreamVar()1037 return Ty->isPointerType() && Ty->getPointeeType() == FILETy && in isStdStreamVar()
101 const QualType FILETy = ACtx.getFILEType().getCanonicalType(); in isStdin() local105 return Ty->getPointeeType() == FILETy; in isStdin()