Searched refs:FileTy (Results 1 – 2 of 2) sorted by relevance
2104 const QualType FileTy = Ctx.getFILEType(); in getGlobalStreamPointerByName() local2106 if (FileTy.isNull()) in getGlobalStreamPointerByName()2109 const QualType FilePtrTy = Ctx.getPointerType(FileTy).getCanonicalType(); in getGlobalStreamPointerByName()
1806 std::optional<QualType> FileTy = lookupTy("FILE"); in initFunctionSummaries() local1807 std::optional<QualType> FilePtrTy = getPointerTy(FileTy); in initFunctionSummaries()