reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
894 fullPath = file.ownedAllocations.Allocate<char>(pathBuf.size() + 1); 895 memcpy(fullPath, pathBuf.c_str(), pathBuf.size() + 1); 901 if (!llvm::sys::fs::status(fullPath, stat)) 906 modTime, fullPath));