Lines Matching defs:File
588 struct File { struct
589 File() : mForEaches(nullptr) { } in File() argument
590 ~File() { delete [] mForEaches; } in ~File() argument
593 void operator=(const File &) = delete; argument
596 std::string mRSSourceFileName; argument
598 struct ForEach {
643 // TODO: Move this out of File to avoid duplication? That is, argument
650 struct Record {
677 llvm::StringMap<Record> mRecords;
679 struct Reduce {
714 ArrayWithCursor<File> mFiles; argument